#530C1A

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

Shades of Bordeaux #530C1A

Tints of Bordeaux #530C1A

Color information

#530C1A (or 0x530C1A) is unknown color: approx Bordeaux. HEX triplet: 53, 0C and 1A. RGB value is (83,12,26). Sum of RGB (Red+Green+Blue) = 83+12+26=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #530C1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C1A is #ACF3E5. Grayscale: #222222. Windows color (decimal): -11334630 or 1707091. OLE color: 1707091.

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

Color convert

RGB831226-
CMYK00.860.690.67
HSL348.17º74.74%18.63%-
HSV(B)348.17º85.54%32.55%-
XYZ3.892.181.19-
YUV34.83123.02162.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.60%
GREEN value IS 12 (5.08% from 255) = 9.92%
BLUE value IS 26 (10.55% from 255) = 21.49%
R=68.60%
G=9.92%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83122600.860.690.67348.1774.7418.63
Hex53C1A056454315c4b13
Octal1231432012610510353411323
Binary10100111100110100101011010001011000011101011100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,12,26); }

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

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

 a { background-color: rgb(83,12,26); }

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

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

 span { border-color: rgb(83,12,26); }

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