Html Css Color HEX #611819 Burnt Crimson

📋 copy color: '#611819'

red 97 ◦ green 24 ◦ blue 25

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

Shades of Burnt Crimson #611819

Tints of Burnt Crimson #611819

RGB

 RED value IS 97 (38.28% from 255) = 66.44%

 GREEN value IS 24 (9.77% from 255) = 16.44%

 BLUE value IS 25 (10.16% from 255) = 17.12%

R = 66.44%
G = 16.44%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#611819 (or 0x611819) is known color: Burnt Crimson. HEX triplet: 61, 18 and 19. RGB value is (97,24,25). Sum of RGB (Red+Green+Blue) = 97+24+25=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #611819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611819 is #9EE7E6. Grayscale: #2E2E2E. Windows color (decimal): -10414055 or 1644641. OLE color: 1644641.

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

Color convert

RGB 97 24 25 -
CMYK 0 0.75 0.74 0.62
HSL 359.18º 0.6% 0.24% -
HSV(B) 359.18º 0.75% 0.38% -
XYZ 5.43 3.26 1.26 -
YUV 45.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 97 24 25 0 0.75 0.74 0.62 359.18 0.6 0.24
Hex 61 18 19 0 4B 4A 3E 167 3C 18
Octal 141 30 31 0 113 112 76 547 74 30
Binary 1100001 11000 11001 0 1001011 1001010 111110 101100111 111100 11000

Color Harmonies of #611819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611819

Black with #611819

Text Example


Text Example

White with #611819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611819; }

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

 H1.HeaderClassName
 {
   color: #611819;
 }
 .AnyTagClassName
 {
   color: #611819;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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