#530616

Color #530616 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #530616

Tints of Bordeaux #530616

Color information

#530616 (or 0x530616) is unknown color: approx Bordeaux. HEX triplet: 53, 06 and 16. RGB value is (83,6,22). Sum of RGB (Red+Green+Blue) = 83+6+22=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #530616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530616 is #ACF9E9. Grayscale: #1E1E1E. Windows color (decimal): -11336170 or 1443411. OLE color: 1443411.

HSL color Cylindrical-coordinate representation of color #530616: hue angle of 347.53º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530616 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB83622-
CMYK00.930.730.67
HSL347.53º86.52%17.45%-
HSV(B)347.53º92.77%32.55%-
XYZ3.782.030.95-
YUV30.85123.01165.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 74.77%
GREEN value IS 6 (2.73% from 255) = 5.41%
BLUE value IS 22 (8.98% from 255) = 19.82%
R=74.77%
G=5.41%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8362200.930.730.67347.5386.5217.45
Hex5361605D494315c5711
Octal123626013511110353412721
Binary1010011110101100101110110010011000011101011100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530616; }

 p { color: rgb(83,6,22); }

 H1.HeaderClassName
 {
   color: #530616;
 }
 .AnyTagClassName
 {
   color: #530616;
 }
</style>
background-color css

<style>
 a { background-color: #530616; }

 a { background-color: rgb(83,6,22); }

 div.DivClassName
 {
   background-color: #530616;
 }
 .BgClassName
 {
   background-color: #530616;
 }
</style>
border-color css

<style>
 span { border-color: #530616; }

 span { border-color: rgb(83,6,22); }

 td.TdClassName
 {
   border-color: #530616;
 }
 .TagClassName
 {
   border-color: #530616;
 }
</style>