Html Css Color HEX #5A0600 Maroon

📋 copy color: '#5A0600'

red 90 ◦ green 6 ◦ blue 0

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

Shades of Maroon #5A0600

Tints of Maroon #5A0600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.75%
G = 6.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#5A0600 (or 0x5A0600) is known color: Maroon. HEX triplet: 5A, 06 and 00. RGB value is (90,6,0). Sum of RGB (Red+Green+Blue) = 90+6+0=96 (12% of max value = 765). Red value is 90 (35.55% from 255 or 93.75% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0600 is #A5F9FF. Grayscale: #1E1E1E. Windows color (decimal): -10877440 or 1626. OLE color: 1626.

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

Color convert

RGB 90 6 0 -
CMYK 0 0.93 1 0.65
HSL 1% 0.18% -
HSV(B) 1% 0.35% -
XYZ 4.28 2.3 0.22 -
YUV 30.43 110.83 170.49 -
System Red Green Blue C M Y K H S L
Decimal 90 6 0 0 0.93 1 0.65 4 1 0.18
Hex 5A 6 0 0 5D 64 41 4 64 12
Octal 132 6 0 0 135 144 101 4 144 22
Binary 1011010 110 0 0 1011101 1100100 1000001 100 1100100 10010

Color Harmonies of #5A0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0600

Black with #5A0600

Text Example


Text Example

White with #5A0600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,6,0); }

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

background-color css

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

 a { background-color: rgb(90,6,0); }

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

border-color css

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

 span { border-color: rgb(90,6,0); }

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