Html Css Color HEX #5F2124 Burnt Crimson

📋 copy color: '#5F2124'

red 95 ◦ green 33 ◦ blue 36

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

Shades of Burnt Crimson #5F2124

Tints of Burnt Crimson #5F2124

RGB

 RED value IS 95 (37.5% from 255) = 57.93%

 GREEN value IS 33 (13.28% from 255) = 20.12%

 BLUE value IS 36 (14.45% from 255) = 21.95%

R = 57.93%
G = 20.12%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.63

RGB Variations

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

Color information

#5F2124 (or 0x5F2124) is known color: Burnt Crimson. HEX triplet: 5F, 21 and 24. RGB value is (95,33,36). Sum of RGB (Red+Green+Blue) = 95+33+36=164 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.93% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2124 is #A0DEDB. Grayscale: #333333. Windows color (decimal): -10542812 or 2367839. OLE color: 2367839.

HSL color Cylindrical-coordinate representation of color #5F2124: hue angle of 357.1º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F2124 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 33 36 -
CMYK 0 0.65 0.62 0.63
HSL 357.1º 0.48% 0.25% -
HSV(B) 357.1º 0.65% 0.37% -
XYZ 5.58 3.65 2.08 -
YUV 51.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 95 33 36 0 0.65 0.62 0.63 357.1 0.48 0.25
Hex 5F 21 24 0 41 3E 3F 165 30 19
Octal 137 41 44 0 101 76 77 545 60 31
Binary 1011111 100001 100100 0 1000001 111110 111111 101100101 110000 11001

Color Harmonies of #5F2124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2124

Black with #5F2124

Text Example


Text Example

White with #5F2124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F2124; }

 p { color: rgb(95,33,36); }

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

background-color css

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

 a { background-color: rgb(95,33,36); }

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

border-color css

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

 span { border-color: rgb(95,33,36); }

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