#530911

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

Shades of Bordeaux #530911

Tints of Bordeaux #530911

Color information

#530911 (or 0x530911) is unknown color: approx Bordeaux. HEX triplet: 53, 09 and 11. RGB value is (83,9,17). Sum of RGB (Red+Green+Blue) = 83+9+17=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #530911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530911 is #ACF6EE. Grayscale: #202020. Windows color (decimal): -11335407 or 1116499. OLE color: 1116499.

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

Color convert

RGB83917-
CMYK00.890.800.67
HSL353.51º80.43%18.04%-
HSV(B)353.51º89.16%32.55%-
XYZ3.772.070.73-
YUV32.04119.52164.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.15%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 17 (7.03% from 255) = 15.60%
R=76.15%
G=8.26%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8391700.890.800.67353.5180.4318.04
Hex5391105950431625012
Octal1231121013112010354212022
Binary10100111001100010101100110100001000011101100010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530911; }

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

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

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

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

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

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

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

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