#530D1C

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

Shades of Bordeaux #530D1C

Tints of Bordeaux #530D1C

Color information

#530D1C (or 0x530D1C) is unknown color: approx Bordeaux. HEX triplet: 53, 0D and 1C. RGB value is (83,13,28). Sum of RGB (Red+Green+Blue) = 83+13+28=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D1C is #ACF2E3. Grayscale: #232323. Windows color (decimal): -11334372 or 1838419. OLE color: 1838419.

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

Color convert

RGB831328-
CMYK00.840.660.67
HSL347.14º72.92%18.82%-
HSV(B)347.14º84.34%32.55%-
XYZ3.922.211.32-
YUV35.64123.69161.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 66.94%
GREEN value IS 13 (5.47% from 255) = 10.48%
BLUE value IS 28 (11.33% from 255) = 22.58%
R=66.94%
G=10.48%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83132800.840.660.67347.1472.9218.82
Hex53D1C054424315b4913
Octal1231534012410210353311123
Binary10100111101111000101010010000101000011101011011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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