Html Css Color HEX #5F1B1D Burnt Crimson

📋 copy color: '#5F1B1D'

red 95 ◦ green 27 ◦ blue 29

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

Shades of Burnt Crimson #5F1B1D

Tints of Burnt Crimson #5F1B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.88%

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 62.91%
G = 17.88%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.63

RGB Variations

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

Color information

#5F1B1D (or 0x5F1B1D) is known color: Burnt Crimson. HEX triplet: 5F, 1B and 1D. RGB value is (95,27,29). Sum of RGB (Red+Green+Blue) = 95+27+29=151 (20% of max value = 765). Red value is 95 (37.5% from 255 or 62.91% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1B1D is #A0E4E2. Grayscale: #2F2F2F. Windows color (decimal): -10544355 or 1907551. OLE color: 1907551.

HSL color Cylindrical-coordinate representation of color #5F1B1D: hue angle of 358.24º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F1B1D is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 27 29 -
CMYK 0 0.72 0.69 0.63
HSL 358.24º 0.56% 0.24% -
HSV(B) 358.24º 0.72% 0.37% -
XYZ 5.33 3.31 1.52 -
YUV 47.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 95 27 29 0 0.72 0.69 0.63 358.24 0.56 0.24
Hex 5F 1B 1D 0 48 45 3F 166 38 18
Octal 137 33 35 0 110 105 77 546 70 30
Binary 1011111 11011 11101 0 1001000 1000101 111111 101100110 111000 11000

Color Harmonies of #5F1B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1B1D

Black with #5F1B1D

Text Example


Text Example

White with #5F1B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,27,29); }

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

background-color css

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

 a { background-color: rgb(95,27,29); }

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

border-color css

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

 span { border-color: rgb(95,27,29); }

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