#530812

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

Shades of Bordeaux #530812

Tints of Bordeaux #530812

Color information

#530812 (or 0x530812) is unknown color: approx Bordeaux. HEX triplet: 53, 08 and 12. RGB value is (83,8,18). Sum of RGB (Red+Green+Blue) = 83+8+18=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #530812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530812 is #ACF7ED. Grayscale: #1F1F1F. Windows color (decimal): -11335662 or 1181779. OLE color: 1181779.

HSL color Cylindrical-coordinate representation of color #530812: hue angle of 352º 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 #530812 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB83818-
CMYK00.900.780.67
HSL352º82.42%17.84%-
HSV(B)352º90.36%32.55%-
XYZ3.762.060.77-
YUV31.56120.35164.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.15%
GREEN value IS 8 (3.52% from 255) = 7.34%
BLUE value IS 18 (7.42% from 255) = 16.51%
R=76.15%
G=7.34%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8381800.900.780.6735282.4217.84
Hex5381205A4E431605212
Octal1231022013211610354012222
Binary10100111000100100101101010011101000011101100000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530812; }

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

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

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

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

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

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

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

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