#530811

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

Shades of Bordeaux #530811

Tints of Bordeaux #530811

Color information

#530811 (or 0x530811) is unknown color: approx Bordeaux. HEX triplet: 53, 08 and 11. RGB value is (83,8,17). Sum of RGB (Red+Green+Blue) = 83+8+17=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530811 is #ACF7EE. Grayscale: #1F1F1F. Windows color (decimal): -11335663 or 1116243. OLE color: 1116243.

HSL color Cylindrical-coordinate representation of color #530811: hue angle of 352.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530811 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB83817-
CMYK00.900.800.67
HSL352.8º82.42%17.84%-
HSV(B)352.8º90.36%32.55%-
XYZ3.762.050.73-
YUV31.45119.85164.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.85%
GREEN value IS 8 (3.52% from 255) = 7.41%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=76.85%
G=7.41%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8381700.900.800.67352.882.4217.84
Hex5381105A50431615212
Octal1231021013212010354112222
Binary10100111000100010101101010100001000011101100001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530811; }

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

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

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

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

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

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

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

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