Html Css Color HEX #58161E Burnt Crimson

📋 copy color: '#58161E'

red 88 ◦ green 22 ◦ blue 30

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

Shades of Burnt Crimson #58161E

Tints of Burnt Crimson #58161E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.71%

 BLUE value IS 30 (12.11% from 255) = 21.43%

R = 62.86%
G = 15.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#58161E (or 0x58161E) is known color: Burnt Crimson. HEX triplet: 58, 16 and 1E. RGB value is (88,22,30). Sum of RGB (Red+Green+Blue) = 88+22+30=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #58161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58161E is #A7E9E1. Grayscale: #2A2A2A. Windows color (decimal): -11004386 or 1971800. OLE color: 1971800.

HSL color Cylindrical-coordinate representation of color #58161E: hue angle of 352.73º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58161E is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 22 30 -
CMYK 0 0.75 0.66 0.65
HSL 352.73º 0.6% 0.22% -
HSV(B) 352.73º 0.75% 0.35% -
XYZ 4.55 2.74 1.52 -
YUV 42.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 88 22 30 0 0.75 0.66 0.65 352.73 0.6 0.22
Hex 58 16 1E 0 4B 42 41 161 3C 16
Octal 130 26 36 0 113 102 101 541 74 26
Binary 1011000 10110 11110 0 1001011 1000010 1000001 101100001 111100 10110

Color Harmonies of #58161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58161E

Black with #58161E

Text Example


Text Example

White with #58161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58161E; }

 p { color: rgb(88,22,30); }

 H1.HeaderClassName
 {
   color: #58161E;
 }
 .AnyTagClassName
 {
   color: #58161E;
 }
</style>

background-color css

<style>
 a { background-color: #58161E; }

 a { background-color: rgb(88,22,30); }

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

border-color css

<style>
 span { border-color: #58161E; }

 span { border-color: rgb(88,22,30); }

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