Html Css Color HEX #5F0600 Maroon

📋 copy color: '#5F0600'

red 95 ◦ green 6 ◦ blue 0

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

Shades of Maroon #5F0600

Tints of Maroon #5F0600

RGB

 RED value IS 95 (37.5% from 255) = 94.06%

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

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

R = 94.06%
G = 5.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.63

RGB Variations

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

Color information

#5F0600 (or 0x5F0600) is known color: Maroon. HEX triplet: 5F, 06 and 00. RGB value is (95,6,0). Sum of RGB (Red+Green+Blue) = 95+6+0=101 (13% of max value = 765). Red value is 95 (37.5% from 255 or 94.06% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0600 is #A0F9FF. Grayscale: #202020. Windows color (decimal): -10549760 or 1631. OLE color: 1631.

HSL color Cylindrical-coordinate representation of color #5F0600: hue angle of 3.79º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F0600 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 6 0 -
CMYK 0 0.94 1 0.63
HSL 3.79º 1% 0.19% -
HSV(B) 3.79º 1% 0.37% -
XYZ 4.78 2.56 0.24 -
YUV 31.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 95 6 0 0 0.94 1 0.63 3.79 1 0.19
Hex 5F 6 0 0 5E 64 3F 4 64 13
Octal 137 6 0 0 136 144 77 4 144 23
Binary 1011111 110 0 0 1011110 1100100 111111 100 1100100 10011

Color Harmonies of #5F0600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0600

Black with #5F0600

Text Example


Text Example

White with #5F0600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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