#530a18

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

Shades of Bordeaux #530A18

Tints of Bordeaux #530A18

Color information

#530A18 (or 0x530A18) is unknown color: approx Bordeaux. HEX triplet: 53, 0A and 18. RGB value is (83,10,24). Sum of RGB (Red+Green+Blue) = 83+10+24=117 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.94% from 117); Green value is 10 (4.30% from 255 or 8.55% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 83 - color contains mainly: red. Hex color #530A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A18 is #ACF5E7. Grayscale: #212121. Windows color (decimal): -11335144 or 1575507. OLE color: 1575507.

HSL color Cylindrical-coordinate representation of color #530A18: hue angle of 348.49º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A18 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB831024-
CMYK00.880.710.67
HSL348.49º78.49%18.24%-
HSV(B)348.49º87.95%32.55%-
XYZ3.842.121.07-
YUV33.42122.68163.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.94%
GREEN value IS 10 (4.30% from 255) = 8.55%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=70.94%
G=8.55%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83102400.880.710.67348.4978.4918.24
Hex53A18058474315c4e12
Octal1231230013010710353411622
Binary10100111010110000101100010001111000011101011100100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530a18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530a18; }

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

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

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

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

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

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

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

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