Html Css Color HEX #58131B Burnt Crimson

📋 copy color: '#58131B'

red 88 ◦ green 19 ◦ blue 27

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

Shades of Burnt Crimson #58131B

Tints of Burnt Crimson #58131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

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

R = 65.67%
G = 14.18%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58131B (or 0x58131B) is known color: Burnt Crimson. HEX triplet: 58, 13 and 1B. RGB value is (88,19,27). Sum of RGB (Red+Green+Blue) = 88+19+27=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58131B is #A7ECE4. Grayscale: #282828. Windows color (decimal): -11005157 or 1774424. OLE color: 1774424.

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

Color convert

RGB 88 19 27 -
CMYK 0 0.78 0.69 0.65
HSL 353.04º 0.64% 0.21% -
HSV(B) 353.04º 0.78% 0.35% -
XYZ 4.46 2.62 1.31 -
YUV 40.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 88 19 27 0 0.78 0.69 0.65 353.04 0.64 0.21
Hex 58 13 1B 0 4E 45 41 161 40 15
Octal 130 23 33 0 116 105 101 541 100 25
Binary 1011000 10011 11011 0 1001110 1000101 1000001 101100001 1000000 10101

Color Harmonies of #58131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58131B

Black with #58131B

Text Example


Text Example

White with #58131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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