Html Css Color HEX #58090A Burnt Crimson

📋 copy color: '#58090A'

red 88 ◦ green 9 ◦ blue 10

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

Shades of Burnt Crimson #58090A

Tints of Burnt Crimson #58090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.41%

 BLUE value IS 10 (4.3% from 255) = 9.35%

R = 82.24%
G = 8.41%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#58090A (or 0x58090A) is known color: Burnt Crimson. HEX triplet: 58, 09 and 0A. RGB value is (88,9,10). Sum of RGB (Red+Green+Blue) = 88+9+10=107 (14% of max value = 765). Red value is 88 (34.77% from 255 or 82.24% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 10 (4.30% from 255 or 9.35% from 107); Max value from RGB is 88 - color contains mainly: red. Hex color #58090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58090A is #A7F6F5. Grayscale: #202020. Windows color (decimal): -11007734 or 657752. OLE color: 657752.

HSL color Cylindrical-coordinate representation of color #58090A: hue angle of 359.24º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58090A is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 9 10 -
CMYK 0 0.90 0.89 0.65
HSL 359.24º 0.81% 0.19% -
HSV(B) 359.24º 0.9% 0.35% -
XYZ 4.18 2.29 0.51 -
YUV 32.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 88 9 10 0 0.90 0.89 0.65 359.24 0.81 0.19
Hex 58 9 A 0 5A 59 41 167 51 13
Octal 130 11 12 0 132 131 101 547 121 23
Binary 1011000 1001 1010 0 1011010 1011001 1000001 101100111 1010001 10011

Color Harmonies of #58090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58090A

Black with #58090A

Text Example


Text Example

White with #58090A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58090A; }

 p { color: rgb(88,9,10); }

 H1.HeaderClassName
 {
   color: #58090A;
 }
 .AnyTagClassName
 {
   color: #58090A;
 }
</style>

background-color css

<style>
 a { background-color: #58090A; }

 a { background-color: rgb(88,9,10); }

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

border-color css

<style>
 span { border-color: #58090A; }

 span { border-color: rgb(88,9,10); }

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