#5F181B

Color #5F181B Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #5F181B

Tints of Burnt Crimson #5F181B

Color information

#5F181B (or 0x5F181B) is unknown color: approx Burnt Crimson. HEX triplet: 5F, 18 and 1B. RGB value is (95,24,27). Sum of RGB (Red+Green+Blue) = 95+24+27=146 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.07% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 95 - color contains mainly: red. Hex color #5F181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F181B is #A0E7E4. Grayscale: #2D2D2D. Windows color (decimal): -10545125 or 1775711. OLE color: 1775711.

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

Color convert

RGB952427-
CMYK00.750.720.63
HSL357.46º59.66%23.33%-
HSV(B)357.46º74.74%37.25%-
XYZ5.243.171.37-
YUV45.57117.52163.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 65.07%
GREEN value IS 24 (9.77% from 255) = 16.44%
BLUE value IS 27 (10.94% from 255) = 18.49%
R=65.07%
G=16.44%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95242700.750.720.63357.4659.6623.33
Hex5F181B04B483F1653c17
Octal13730330113110775457427
Binary1011111110001101101001011100100011111110110010111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F181B;
 }
 .AnyTagClassName
 {
   color: #5F181B;
 }
</style>
background-color css

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

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

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

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

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

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