#530A1C

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

Shades of Bordeaux #530A1C

Tints of Bordeaux #530A1C

Color information

#530A1C (or 0x530A1C) is unknown color: approx Bordeaux. HEX triplet: 53, 0A and 1C. RGB value is (83,10,28). Sum of RGB (Red+Green+Blue) = 83+10+28=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 10 (4.30% from 255 or 8.26% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #530A1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A1C is #ACF5E3. Grayscale: #212121. Windows color (decimal): -11335140 or 1837651. OLE color: 1837651.

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

Color convert

RGB831028-
CMYK00.880.660.67
HSL345.21º78.49%18.24%-
HSV(B)345.21º87.95%32.55%-
XYZ3.892.141.31-
YUV33.88124.68163.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.60%
GREEN value IS 10 (4.30% from 255) = 8.26%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=68.60%
G=8.26%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83102800.880.660.67345.2178.4918.24
Hex53A1C05842431594e12
Octal1231234013010210353111622
Binary10100111010111000101100010000101000011101011001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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