#530912

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

Shades of Bordeaux #530912

Tints of Bordeaux #530912

Color information

#530912 (or 0x530912) is unknown color: approx Bordeaux. HEX triplet: 53, 09 and 12. RGB value is (83,9,18). Sum of RGB (Red+Green+Blue) = 83+9+18=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #530912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530912 is #ACF6ED. Grayscale: #202020. Windows color (decimal): -11335406 or 1182035. OLE color: 1182035.

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

Color convert

RGB83918-
CMYK00.890.780.67
HSL352.7º80.43%18.04%-
HSV(B)352.7º89.16%32.55%-
XYZ3.772.080.77-
YUV32.15120.02164.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 75.45%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=75.45%
G=8.18%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8391800.890.780.67352.780.4318.04
Hex539120594E431615012
Octal1231122013111610354112022
Binary10100111001100100101100110011101000011101100001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530912; }

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

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

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

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

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

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

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

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