Html Css Color HEX #611617 Burnt Crimson

📋 copy color: '#611617'

red 97 ◦ green 22 ◦ blue 23

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

Shades of Burnt Crimson #611617

Tints of Burnt Crimson #611617

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.2%

R = 68.31%
G = 15.49%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 97 22 23 -
CMYK 0 0.77 0.76 0.62
HSL 359.2º 0.63% 0.23% -
HSV(B) 359.2º 0.77% 0.38% -
XYZ 5.37 3.18 1.14 -
YUV 44.54 115.85 165.42 -
System Red Green Blue C M Y K H S L
Decimal 97 22 23 0 0.77 0.76 0.62 359.2 0.63 0.23
Hex 61 16 17 0 4D 4C 3E 167 3F 17
Octal 141 26 27 0 115 114 76 547 77 27
Binary 1100001 10110 10111 0 1001101 1001100 111110 101100111 111111 10111

Color Harmonies of #611617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611617

Black with #611617

Text Example


Text Example

White with #611617

Text Example


Text Example

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