Html Css Color HEX #58151B Burnt Crimson

📋 copy color: '#58151B'

red 88 ◦ green 21 ◦ blue 27

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

Shades of Burnt Crimson #58151B

Tints of Burnt Crimson #58151B

RGB

 RED value IS 88 (34.77% from 255) = 64.71%

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

 BLUE value IS 27 (10.94% from 255) = 19.85%

R = 64.71%
G = 15.44%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58151B (or 0x58151B) is known color: Burnt Crimson. HEX triplet: 58, 15 and 1B. RGB value is (88,21,27). Sum of RGB (Red+Green+Blue) = 88+21+27=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58151B is #A7EAE4. Grayscale: #292929. Windows color (decimal): -11004645 or 1774936. OLE color: 1774936.

HSL color Cylindrical-coordinate representation of color #58151B: hue angle of 354.63º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58151B is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 21 27 -
CMYK 0 0.76 0.69 0.65
HSL 354.63º 0.61% 0.21% -
HSV(B) 354.63º 0.76% 0.35% -
XYZ 4.49 2.69 1.32 -
YUV 41.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 88 21 27 0 0.76 0.69 0.65 354.63 0.61 0.21
Hex 58 15 1B 0 4C 45 41 163 3D 15
Octal 130 25 33 0 114 105 101 543 75 25
Binary 1011000 10101 11011 0 1001100 1000101 1000001 101100011 111101 10101

Color Harmonies of #58151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58151B

Black with #58151B

Text Example


Text Example

White with #58151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58151B; }

 p { color: rgb(88,21,27); }

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

background-color css

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

 a { background-color: rgb(88,21,27); }

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

border-color css

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

 span { border-color: rgb(88,21,27); }

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