#530C1B

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

Shades of Bordeaux #530C1B

Tints of Bordeaux #530C1B

Color information

#530C1B (or 0x530C1B) is unknown color: approx Bordeaux. HEX triplet: 53, 0C and 1B. RGB value is (83,12,27). Sum of RGB (Red+Green+Blue) = 83+12+27=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #530C1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C1B is #ACF3E4. Grayscale: #222222. Windows color (decimal): -11334629 or 1772627. OLE color: 1772627.

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

Color convert

RGB831227-
CMYK00.860.670.67
HSL347.32º74.74%18.63%-
HSV(B)347.32º85.54%32.55%-
XYZ3.92.181.25-
YUV34.94123.52162.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 12 (5.08% from 255) = 9.84%
BLUE value IS 27 (10.94% from 255) = 22.13%
R=68.03%
G=9.84%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83122700.860.670.67347.3274.7418.63
Hex53C1B056434315b4b13
Octal1231433012610310353311323
Binary10100111100110110101011010000111000011101011011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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