Html Css Color HEX #58161B Burnt Crimson

📋 copy color: '#58161B'

red 88 ◦ green 22 ◦ blue 27

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

Shades of Burnt Crimson #58161B

Tints of Burnt Crimson #58161B

RGB

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

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

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

R = 64.23%
G = 16.06%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58161B (or 0x58161B) is known color: Burnt Crimson. HEX triplet: 58, 16 and 1B. RGB value is (88,22,27). Sum of RGB (Red+Green+Blue) = 88+22+27=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58161B is #A7E9E4. Grayscale: #2A2A2A. Windows color (decimal): -11004389 or 1775192. OLE color: 1775192.

HSL color Cylindrical-coordinate representation of color #58161B: hue angle of 355.45º 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 #58161B is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 22 27 -
CMYK 0 0.75 0.69 0.65
HSL 355.45º 0.6% 0.22% -
HSV(B) 355.45º 0.75% 0.35% -
XYZ 4.51 2.73 1.33 -
YUV 42.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 88 22 27 0 0.75 0.69 0.65 355.45 0.6 0.22
Hex 58 16 1B 0 4B 45 41 163 3C 16
Octal 130 26 33 0 113 105 101 543 74 26
Binary 1011000 10110 11011 0 1001011 1000101 1000001 101100011 111100 10110

Color Harmonies of #58161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58161B

Black with #58161B

Text Example


Text Example

White with #58161B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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