#611718

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

Shades of Burnt Crimson #611718

Tints of Burnt Crimson #611718

Color information

#611718 (or 0x611718) is unknown color: approx Burnt Crimson. HEX triplet: 61, 17 and 18. RGB value is (97,23,24). Sum of RGB (Red+Green+Blue) = 97+23+24=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #611718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611718 is #9EE8E7. Grayscale: #2D2D2D. Windows color (decimal): -10414312 or 1578849. OLE color: 1578849.

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

Color convert

RGB972324-
CMYK00.760.750.62
HSL359.19º61.67%23.53%-
HSV(B)359.19º76.29%38.04%-
XYZ5.43.221.2-
YUV45.24116.02164.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.36%
GREEN value IS 23 (9.38% from 255) = 15.97%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=67.36%
G=15.97%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97232400.760.750.62359.1961.6723.53
Hex61171804C4B3E1673e18
Octal14127300114113765477630
Binary1100001101111100001001100100101111111010110011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611718; }

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

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

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

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

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

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

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

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