Html Css Color HEX #760201 Maroon

📋 copy color: '#760201'

red 118 ◦ green 2 ◦ blue 1

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

Shades of Maroon #760201

Tints of Maroon #760201

RGB

 RED value IS 118 (46.48% from 255) = 97.52%

 GREEN value IS 2 (1.17% from 255) = 1.65%

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 97.52%
G = 1.65%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#760201 (or 0x760201) is known color: Maroon. HEX triplet: 76, 02 and 01. RGB value is (118,2,1). Sum of RGB (Red+Green+Blue) = 118+2+1=121 (16% of max value = 765). Red value is 118 (46.48% from 255 or 97.52% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 118 - color contains mainly: red. Hex color #760201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760201 is #89FDFE. Grayscale: #242424. Windows color (decimal): -9043455 or 66166. OLE color: 66166.

HSL color Cylindrical-coordinate representation of color #760201: hue angle of 0.51º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760201 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 2 1 -
CMYK 0 0.98 0.99 0.54
HSL 0.51º 0.98% 0.23% -
HSV(B) 0.51º 0.99% 0.46% -
XYZ 7.5 3.9 0.39 -
YUV 36.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 118 2 1 0 0.98 0.99 0.54 0.51 0.98 0.23
Hex 76 2 1 0 62 63 36 1 62 17
Octal 166 2 1 0 142 143 66 1 142 27
Binary 1110110 10 1 0 1100010 1100011 110110 1 1100010 10111

Color Harmonies of #760201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760201

Black with #760201

Text Example


Text Example

White with #760201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760201; }

 p { color: rgb(118,2,1); }

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

background-color css

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

 a { background-color: rgb(118,2,1); }

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

border-color css

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

 span { border-color: rgb(118,2,1); }

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