Html Css Color HEX #5A0402 Maroon

📋 copy color: '#5A0402'

red 90 ◦ green 4 ◦ blue 2

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

Shades of Maroon #5A0402

Tints of Maroon #5A0402

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.17%

 BLUE value IS 2 (1.17% from 255) = 2.08%

R = 93.75%
G = 4.17%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#5A0402 (or 0x5A0402) is known color: Maroon. HEX triplet: 5A, 04 and 02. RGB value is (90,4,2). Sum of RGB (Red+Green+Blue) = 90+4+2=96 (12% of max value = 765). Red value is 90 (35.55% from 255 or 93.75% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0402 is #A5FBFD. Grayscale: #1D1D1D. Windows color (decimal): -10877950 or 132186. OLE color: 132186.

HSL color Cylindrical-coordinate representation of color #5A0402: hue angle of 1.36º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A0402 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 4 2 -
CMYK 0 0.96 0.98 0.65
HSL 1.36º 0.96% 0.18% -
HSV(B) 1.36º 0.98% 0.35% -
XYZ 4.27 2.26 0.27 -
YUV 29.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 90 4 2 0 0.96 0.98 0.65 1.36 0.96 0.18
Hex 5A 4 2 0 60 62 41 1 60 12
Octal 132 4 2 0 140 142 101 1 140 22
Binary 1011010 100 10 0 1100000 1100010 1000001 1 1100000 10010

Color Harmonies of #5A0402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0402

Black with #5A0402

Text Example


Text Example

White with #5A0402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,4,2); }

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

background-color css

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

 a { background-color: rgb(90,4,2); }

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

border-color css

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

 span { border-color: rgb(90,4,2); }

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