#530418

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

Shades of Bordeaux #530418

Tints of Bordeaux #530418

Color information

#530418 (or 0x530418) is unknown color: approx Bordeaux. HEX triplet: 53, 04 and 18. RGB value is (83,4,24). Sum of RGB (Red+Green+Blue) = 83+4+24=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #530418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530418 is #ACFBE7. Grayscale: #1D1D1D. Windows color (decimal): -11336680 or 1573971. OLE color: 1573971.

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

Color convert

RGB83424-
CMYK00.950.710.67
HSL344.81º90.8%17.06%-
HSV(B)344.81º95.18%32.55%-
XYZ3.781.991.05-
YUV29.9124.67165.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.77%
GREEN value IS 4 (1.95% from 255) = 3.60%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=74.77%
G=3.60%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8342400.950.710.67344.8190.817.06
Hex5341805F47431595b11
Octal123430013710710353113321
Binary1010011100110000101111110001111000011101011001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530418; }

 p { color: rgb(83,4,24); }

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

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

 a { background-color: rgb(83,4,24); }

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

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

 span { border-color: rgb(83,4,24); }

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