Html Css Color HEX #611718 Burnt Crimson

📋 copy color: '#611718'

red 97 ◦ green 23 ◦ blue 24

#611718
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #611718

Tints of Burnt Crimson #611718

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 value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#611718 (or 0x611718) is known color: 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

RGB 97 23 24 -
CMYK 0 0.76 0.75 0.62
HSL 359.19º 0.62% 0.24% -
HSV(B) 359.19º 0.76% 0.38% -
XYZ 5.4 3.22 1.2 -
YUV 45.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 97 23 24 0 0.76 0.75 0.62 359.19 0.62 0.24
Hex 61 17 18 0 4C 4B 3E 167 3E 18
Octal 141 27 30 0 114 113 76 547 76 30
Binary 1100001 10111 11000 0 1001100 1001011 111110 101100111 111110 11000

Color Harmonies of #611718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611718

Black with #611718

Text Example


Text Example

White with #611718

Text Example


Text Example

HTML Codes & Css Web 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>