#530B18

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

Shades of Bordeaux #530B18

Tints of Bordeaux #530B18

Color information

#530B18 (or 0x530B18) is unknown color: approx Bordeaux. HEX triplet: 53, 0B and 18. RGB value is (83,11,24). Sum of RGB (Red+Green+Blue) = 83+11+24=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #530B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B18 is #ACF4E7. Grayscale: #222222. Windows color (decimal): -11334888 or 1575763. OLE color: 1575763.

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

Color convert

RGB831124-
CMYK00.870.710.67
HSL349.17º76.6%18.43%-
HSV(B)349.17º86.75%32.55%-
XYZ3.852.141.08-
YUV34.01122.35162.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 70.34%
GREEN value IS 11 (4.69% from 255) = 9.32%
BLUE value IS 24 (9.77% from 255) = 20.34%
R=70.34%
G=9.32%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83112400.870.710.67349.1776.618.43
Hex53B18057474315d4d12
Octal1231330012710710353511522
Binary10100111011110000101011110001111000011101011101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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