#530C21

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

Shades of Bordeaux #530C21

Tints of Bordeaux #530C21

Color information

#530C21 (or 0x530C21) is unknown color: approx Bordeaux. HEX triplet: 53, 0C and 21. RGB value is (83,12,33). Sum of RGB (Red+Green+Blue) = 83+12+33=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #530C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C21 is #ACF3DE. Grayscale: #232323. Windows color (decimal): -11334623 or 2165843. OLE color: 2165843.

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

Color convert

RGB831233-
CMYK00.860.600.67
HSL342.25º74.74%18.63%-
HSV(B)342.25º85.54%32.55%-
XYZ3.972.211.66-
YUV35.62126.52161.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 12 (5.08% from 255) = 9.38%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=64.84%
G=9.38%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83123300.860.600.67342.2574.7418.63
Hex53C210563C431564b13
Octal123144101267410352611323
Binary10100111100100001010101101111001000011101010110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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