#530C22

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

Shades of Bordeaux #530C22

Tints of Bordeaux #530C22

Color information

#530C22 (or 0x530C22) is unknown color: approx Bordeaux. HEX triplet: 53, 0C and 22. RGB value is (83,12,34). Sum of RGB (Red+Green+Blue) = 83+12+34=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #530C22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C22 is #ACF3DD. Grayscale: #232323. Windows color (decimal): -11334622 or 2231379. OLE color: 2231379.

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

Color convert

RGB831234-
CMYK00.860.590.67
HSL341.41º74.74%18.63%-
HSV(B)341.41º85.54%32.55%-
XYZ3.992.221.73-
YUV35.74127.02161.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.34%
GREEN value IS 12 (5.08% from 255) = 9.30%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=64.34%
G=9.30%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83123400.860.590.67341.4174.7418.63
Hex53C220563B431554b13
Octal123144201267310352511323
Binary10100111100100010010101101110111000011101010101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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