#530B13

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

Shades of Bordeaux #530B13

Tints of Bordeaux #530B13

Color information

#530B13 (or 0x530B13) is unknown color: approx Bordeaux. HEX triplet: 53, 0B and 13. RGB value is (83,11,19). Sum of RGB (Red+Green+Blue) = 83+11+19=113 (14% of max value = 765). Red value is 83 (32.81% from 255 or 73.45% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 83 - color contains mainly: red. Hex color #530B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530B13 is #ACF4EC. Grayscale: #212121. Windows color (decimal): -11334893 or 1248083. OLE color: 1248083.

HSL color Cylindrical-coordinate representation of color #530B13: hue angle of 353.33º 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 #530B13 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB831119-
CMYK00.870.770.67
HSL353.33º76.6%18.43%-
HSV(B)353.33º86.75%32.55%-
XYZ3.82.130.83-
YUV33.44119.85163.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 73.45%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=73.45%
G=9.73%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83111900.870.770.67353.3376.618.43
Hex53B130574D431614d12
Octal1231323012711510354111522
Binary10100111011100110101011110011011000011101100001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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