#530C26

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

Shades of Bordeaux #530C26

Tints of Bordeaux #530C26

Color information

#530C26 (or 0x530C26) is unknown color: approx Bordeaux. HEX triplet: 53, 0C and 26. RGB value is (83,12,38). Sum of RGB (Red+Green+Blue) = 83+12+38=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #530C26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C26 is #ACF3D9. Grayscale: #242424. Windows color (decimal): -11334618 or 2493523. OLE color: 2493523.

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

Color convert

RGB831238-
CMYK00.860.540.67
HSL338.03º74.74%18.63%-
HSV(B)338.03º85.54%32.55%-
XYZ4.052.242.05-
YUV36.19129.02161.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 12 (5.08% from 255) = 9.02%
BLUE value IS 38 (15.23% from 255) = 28.57%
R=62.41%
G=9.02%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83123800.860.540.67338.0374.7418.63
Hex53C2605636431524b13
Octal123144601266610352211323
Binary10100111100100110010101101101101000011101010010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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