#530816

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

Shades of Bordeaux #530816

Tints of Bordeaux #530816

Color information

#530816 (or 0x530816) is unknown color: approx Bordeaux. HEX triplet: 53, 08 and 16. RGB value is (83,8,22). Sum of RGB (Red+Green+Blue) = 83+8+22=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #530816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530816 is #ACF7E9. Grayscale: #202020. Windows color (decimal): -11335658 or 1443923. OLE color: 1443923.

HSL color Cylindrical-coordinate representation of color #530816: hue angle of 348.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530816 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB83822-
CMYK00.900.730.67
HSL348.8º82.42%17.84%-
HSV(B)348.8º90.36%32.55%-
XYZ3.82.070.96-
YUV32.02122.35164.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 73.45%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=73.45%
G=7.08%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8382200.900.730.67348.882.4217.84
Hex5381605A494315d5212
Octal1231026013211110353512222
Binary10100111000101100101101010010011000011101011101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530816; }

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

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

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

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

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

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

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

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