Html Css Color HEX #58171D Burnt Crimson

📋 copy color: '#58171D'

red 88 ◦ green 23 ◦ blue 29

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

Shades of Burnt Crimson #58171D

Tints of Burnt Crimson #58171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.43%

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

R = 62.86%
G = 16.43%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#58171D (or 0x58171D) is known color: Burnt Crimson. HEX triplet: 58, 17 and 1D. RGB value is (88,23,29). Sum of RGB (Red+Green+Blue) = 88+23+29=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #58171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58171D is #A7E8E2. Grayscale: #2B2B2B. Windows color (decimal): -11004131 or 1906520. OLE color: 1906520.

HSL color Cylindrical-coordinate representation of color #58171D: hue angle of 354.46º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58171D is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 23 29 -
CMYK 0 0.74 0.67 0.65
HSL 354.46º 0.59% 0.22% -
HSV(B) 354.46º 0.74% 0.35% -
XYZ 4.55 2.78 1.46 -
YUV 43.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 88 23 29 0 0.74 0.67 0.65 354.46 0.59 0.22
Hex 58 17 1D 0 4A 43 41 162 3B 16
Octal 130 27 35 0 112 103 101 542 73 26
Binary 1011000 10111 11101 0 1001010 1000011 1000001 101100010 111011 10110

Color Harmonies of #58171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58171D

Black with #58171D

Text Example


Text Example

White with #58171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58171D; }

 p { color: rgb(88,23,29); }

 H1.HeaderClassName
 {
   color: #58171D;
 }
 .AnyTagClassName
 {
   color: #58171D;
 }
</style>

background-color css

<style>
 a { background-color: #58171D; }

 a { background-color: rgb(88,23,29); }

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

border-color css

<style>
 span { border-color: #58171D; }

 span { border-color: rgb(88,23,29); }

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