#611617

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

Shades of Burnt Crimson #611617

Tints of Burnt Crimson #611617

Color information

#611617 (or 0x611617) is unknown color: approx Burnt Crimson. HEX triplet: 61, 16 and 17. RGB value is (97,22,23). Sum of RGB (Red+Green+Blue) = 97+22+23=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #611617 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611617 is #9EE9E8. Grayscale: #2C2C2C. Windows color (decimal): -10414569 or 1513057. OLE color: 1513057.

HSL color Cylindrical-coordinate representation of color #611617: hue angle of 359.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #611617 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB972223-
CMYK00.770.760.62
HSL359.2º63.03%23.33%-
HSV(B)359.2º77.32%38.04%-
XYZ5.373.181.14-
YUV44.54115.85165.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.31%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 23 (9.38% from 255) = 16.20%
R=68.31%
G=15.49%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97222300.770.760.62359.263.0323.33
Hex61161704D4C3E1673f17
Octal14126270115114765477727
Binary1100001101101011101001101100110011111010110011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611617; }

 p { color: rgb(97,22,23); }

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

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

 a { background-color: rgb(97,22,23); }

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

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

 span { border-color: rgb(97,22,23); }

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