#530116

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

Shades of Bordeaux #530116

Tints of Bordeaux #530116

Color information

#530116 (or 0x530116) is unknown color: approx Bordeaux. HEX triplet: 53, 01 and 16. RGB value is (83,1,22). Sum of RGB (Red+Green+Blue) = 83+1+22=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 22 (8.98% from 255 or 20.75% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #530116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530116 is #ACFEE9. Grayscale: #1B1B1B. Windows color (decimal): -11337450 or 1442131. OLE color: 1442131.

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

Color convert

RGB83122-
CMYK00.990.730.67
HSL344.63º97.62%16.47%-
HSV(B)344.63º98.8%32.55%-
XYZ3.721.920.93-
YUV27.91124.67167.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 78.30%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 22 (8.98% from 255) = 20.75%
R=78.30%
G=0.94%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8312200.990.730.67344.6397.6216.47
Hex5311606349431596210
Octal123126014311110353114220
Binary10100111101100110001110010011000011101011001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530116; }

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

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

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

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

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

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

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

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