Html Css Color HEX #58141B Burnt Crimson

📋 copy color: '#58141B'

red 88 ◦ green 20 ◦ blue 27

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

Shades of Burnt Crimson #58141B

Tints of Burnt Crimson #58141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.81%

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

R = 65.19%
G = 14.81%
B = 20%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58141B (or 0x58141B) is known color: Burnt Crimson. HEX triplet: 58, 14 and 1B. RGB value is (88,20,27). Sum of RGB (Red+Green+Blue) = 88+20+27=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58141B is #A7EBE4. Grayscale: #292929. Windows color (decimal): -11004901 or 1774680. OLE color: 1774680.

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

Color convert

RGB 88 20 27 -
CMYK 0 0.77 0.69 0.65
HSL 353.82º 0.63% 0.21% -
HSV(B) 353.82º 0.77% 0.35% -
XYZ 4.47 2.65 1.31 -
YUV 41.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 88 20 27 0 0.77 0.69 0.65 353.82 0.63 0.21
Hex 58 14 1B 0 4D 45 41 162 3F 15
Octal 130 24 33 0 115 105 101 542 77 25
Binary 1011000 10100 11011 0 1001101 1000101 1000001 101100010 111111 10101

Color Harmonies of #58141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58141B

Black with #58141B

Text Example


Text Example

White with #58141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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