Html Css Color HEX #601719 Burnt Crimson

📋 copy color: '#601719'

red 96 ◦ green 23 ◦ blue 25

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

Shades of Burnt Crimson #601719

Tints of Burnt Crimson #601719

RGB

 RED value IS 96 (37.89% from 255) = 66.67%

 GREEN value IS 23 (9.38% from 255) = 15.97%

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

R = 66.67%
G = 15.97%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#601719 (or 0x601719) is known color: Burnt Crimson. HEX triplet: 60, 17 and 19. RGB value is (96,23,25). Sum of RGB (Red+Green+Blue) = 96+23+25=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #601719 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601719 is #9FE8E6. Grayscale: #2D2D2D. Windows color (decimal): -10479847 or 1644384. OLE color: 1644384.

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

Color convert

RGB 96 23 25 -
CMYK 0 0.76 0.74 0.62
HSL 358.36º 0.61% 0.23% -
HSV(B) 358.36º 0.76% 0.38% -
XYZ 5.31 3.17 1.25 -
YUV 45.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 96 23 25 0 0.76 0.74 0.62 358.36 0.61 0.23
Hex 60 17 19 0 4C 4A 3E 166 3D 17
Octal 140 27 31 0 114 112 76 546 75 27
Binary 1100000 10111 11001 0 1001100 1001010 111110 101100110 111101 10111

Color Harmonies of #601719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601719

Black with #601719

Text Example


Text Example

White with #601719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601719; }

 p { color: rgb(96,23,25); }

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

background-color css

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

 a { background-color: rgb(96,23,25); }

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

border-color css

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

 span { border-color: rgb(96,23,25); }

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