Html Css Color HEX #5A090F Burnt Crimson

📋 copy color: '#5A090F'

red 90 ◦ green 9 ◦ blue 15

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

Shades of Burnt Crimson #5A090F

Tints of Burnt Crimson #5A090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.16%

R = 78.95%
G = 7.89%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#5A090F (or 0x5A090F) is known color: Burnt Crimson. HEX triplet: 5A, 09 and 0F. RGB value is (90,9,15). Sum of RGB (Red+Green+Blue) = 90+9+15=114 (15% of max value = 765). Red value is 90 (35.55% from 255 or 78.95% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 90 - color contains mainly: red. Hex color #5A090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A090F is #A5F6F0. Grayscale: #212121. Windows color (decimal): -10876657 or 985434. OLE color: 985434.

HSL color Cylindrical-coordinate representation of color #5A090F: hue angle of 355.56º degrees, saturation: 0.82, 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 #5A090F is Cyan = 0, Magento = 0.9, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 9 15 -
CMYK 0 0.9 0.83 0.65
HSL 355.56º 0.82% 0.19% -
HSV(B) 355.56º 0.9% 0.35% -
XYZ 4.4 2.4 0.68 -
YUV 33.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 90 9 15 0 0.9 0.83 0.65 355.56 0.82 0.19
Hex 5A 9 F 0 5A 53 41 164 52 13
Octal 132 11 17 0 132 123 101 544 122 23
Binary 1011010 1001 1111 0 1011010 1010011 1000001 101100100 1010010 10011

Color Harmonies of #5A090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A090F

Black with #5A090F

Text Example


Text Example

White with #5A090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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