Html Css Color HEX #5A0809 Burnt Crimson

📋 copy color: '#5A0809'

red 90 ◦ green 8 ◦ blue 9

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

Shades of Burnt Crimson #5A0809

Tints of Burnt Crimson #5A0809

RGB

 RED value IS 90 (35.55% from 255) = 84.11%

 GREEN value IS 8 (3.52% from 255) = 7.48%

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

R = 84.11%
G = 7.48%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.9

 K value IS 0.65

RGB Variations

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

Color information

#5A0809 (or 0x5A0809) is known color: Burnt Crimson. HEX triplet: 5A, 08 and 09. RGB value is (90,8,9). Sum of RGB (Red+Green+Blue) = 90+8+9=107 (14% of max value = 765). Red value is 90 (35.55% from 255 or 84.11% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0809 is #A5F7F6. Grayscale: #202020. Windows color (decimal): -10876919 or 591962. OLE color: 591962.

HSL color Cylindrical-coordinate representation of color #5A0809: hue angle of 359.27º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0809 is Cyan = 0, Magento = 0.91, Yellow = 0.9 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 8 9 -
CMYK 0 0.91 0.9 0.65
HSL 359.27º 0.84% 0.19% -
HSV(B) 359.27º 0.91% 0.35% -
XYZ 4.35 2.37 0.49 -
YUV 32.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 90 8 9 0 0.91 0.9 0.65 359.27 0.84 0.19
Hex 5A 8 9 0 5B 5A 41 167 54 13
Octal 132 10 11 0 133 132 101 547 124 23
Binary 1011010 1000 1001 0 1011011 1011010 1000001 101100111 1010100 10011

Color Harmonies of #5A0809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0809

Black with #5A0809

Text Example


Text Example

White with #5A0809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A0809; }

 p { color: rgb(90,8,9); }

 H1.HeaderClassName
 {
   color: #5A0809;
 }
 .AnyTagClassName
 {
   color: #5A0809;
 }
</style>

background-color css

<style>
 a { background-color: #5A0809; }

 a { background-color: rgb(90,8,9); }

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

border-color css

<style>
 span { border-color: #5A0809; }

 span { border-color: rgb(90,8,9); }

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