#530617

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

Shades of Bordeaux #530617

Tints of Bordeaux #530617

Color information

#530617 (or 0x530617) is unknown color: approx Bordeaux. HEX triplet: 53, 06 and 17. RGB value is (83,6,23). Sum of RGB (Red+Green+Blue) = 83+6+23=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 6 (2.73% from 255 or 5.36% from 112); Blue value is 23 (9.38% from 255 or 20.54% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #530617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530617 is #ACF9E8. Grayscale: #1E1E1E. Windows color (decimal): -11336169 or 1508947. OLE color: 1508947.

HSL color Cylindrical-coordinate representation of color #530617: hue angle of 346.75º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530617 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB83623-
CMYK00.930.720.67
HSL346.75º86.52%17.45%-
HSV(B)346.75º92.77%32.55%-
XYZ3.792.031-
YUV30.96123.51165.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.11%
GREEN value IS 6 (2.73% from 255) = 5.36%
BLUE value IS 23 (9.38% from 255) = 20.54%
R=74.11%
G=5.36%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8362300.930.720.67346.7586.5217.45
Hex5361705D484315b5711
Octal123627013511010353312721
Binary1010011110101110101110110010001000011101011011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530617; }

 p { color: rgb(83,6,23); }

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

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

 a { background-color: rgb(83,6,23); }

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

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

 span { border-color: rgb(83,6,23); }

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