Html Css Color HEX #601517 Burnt Crimson

📋 copy color: '#601517'

red 96 ◦ green 21 ◦ blue 23

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

Shades of Burnt Crimson #601517

Tints of Burnt Crimson #601517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

 BLUE value IS 23 (9.38% from 255) = 16.43%

R = 68.57%
G = 15%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#601517 (or 0x601517) is known color: Burnt Crimson. HEX triplet: 60, 15 and 17. RGB value is (96,21,23). Sum of RGB (Red+Green+Blue) = 96+21+23=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #601517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601517 is #9FEAE8. Grayscale: #2B2B2B. Windows color (decimal): -10480361 or 1512800. OLE color: 1512800.

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

Color convert

RGB 96 21 23 -
CMYK 0 0.78 0.76 0.62
HSL 358.4º 0.64% 0.23% -
HSV(B) 358.4º 0.78% 0.38% -
XYZ 5.25 3.08 1.13 -
YUV 43.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 96 21 23 0 0.78 0.76 0.62 358.4 0.64 0.23
Hex 60 15 17 0 4E 4C 3E 166 40 17
Octal 140 25 27 0 116 114 76 546 100 27
Binary 1100000 10101 10111 0 1001110 1001100 111110 101100110 1000000 10111

Color Harmonies of #601517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601517

Black with #601517

Text Example


Text Example

White with #601517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601517; }

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

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

background-color css

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

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

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

border-color css

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

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

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