#530D0F

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

Shades of Bordeaux #530D0F

Tints of Bordeaux #530D0F

Color information

#530D0F (or 0x530D0F) is unknown color: approx Bordeaux. HEX triplet: 53, 0D and 0F. RGB value is (83,13,15). Sum of RGB (Red+Green+Blue) = 83+13+15=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #530D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D0F is #ACF2F0. Grayscale: #222222. Windows color (decimal): -11334385 or 986451. OLE color: 986451.

HSL color Cylindrical-coordinate representation of color #530D0F: hue angle of 358.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D0F is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB831315-
CMYK00.840.820.67
HSL358.29º72.92%18.82%-
HSV(B)358.29º84.34%32.55%-
XYZ3.82.160.67-
YUV34.16117.19162.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.77%
GREEN value IS 13 (5.47% from 255) = 11.71%
BLUE value IS 15 (6.25% from 255) = 13.51%
R=74.77%
G=11.71%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83131500.840.820.67358.2972.9218.82
Hex53DF05452431664913
Octal1231517012412210354611123
Binary1010011110111110101010010100101000011101100110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,13,15); }

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

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

 a { background-color: rgb(83,13,15); }

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

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

 span { border-color: rgb(83,13,15); }

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