#530916

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

Shades of Bordeaux #530916

Tints of Bordeaux #530916

Color information

#530916 (or 0x530916) is unknown color: approx Bordeaux. HEX triplet: 53, 09 and 16. RGB value is (83,9,22). Sum of RGB (Red+Green+Blue) = 83+9+22=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #530916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530916 is #ACF6E9. Grayscale: #202020. Windows color (decimal): -11335402 or 1444179. OLE color: 1444179.

HSL color Cylindrical-coordinate representation of color #530916: hue angle of 349.46º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530916 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB83922-
CMYK00.890.730.67
HSL349.46º80.43%18.04%-
HSV(B)349.46º89.16%32.55%-
XYZ3.812.090.96-
YUV32.61122.02163.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 72.81%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 22 (8.98% from 255) = 19.30%
R=72.81%
G=7.89%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8392200.890.730.67349.4680.4318.04
Hex53916059494315d5012
Octal1231126013111110353512022
Binary10100111001101100101100110010011000011101011101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530916; }

 p { color: rgb(83,9,22); }

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

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

 a { background-color: rgb(83,9,22); }

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

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

 span { border-color: rgb(83,9,22); }

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