#530A24

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

Shades of Bordeaux #530A24

Tints of Bordeaux #530A24

Color information

#530A24 (or 0x530A24) is unknown color: approx Bordeaux. HEX triplet: 53, 0A and 24. RGB value is (83,10,36). Sum of RGB (Red+Green+Blue) = 83+10+36=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #530A24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A24 is #ACF5DB. Grayscale: #222222. Windows color (decimal): -11335132 or 2361939. OLE color: 2361939.

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

Color convert

RGB831036-
CMYK00.880.570.67
HSL338.63º78.49%18.24%-
HSV(B)338.63º87.95%32.55%-
XYZ3.992.181.88-
YUV34.79128.68162.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.34%
GREEN value IS 10 (4.30% from 255) = 7.75%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=64.34%
G=7.75%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83103600.880.570.67338.6378.4918.24
Hex53A2405839431534e12
Octal123124401307110352311622
Binary10100111010100100010110001110011000011101010011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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