Html Css Color HEX #760901 Maroon

📋 copy color: '#760901'

red 118 ◦ green 9 ◦ blue 1

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

Shades of Maroon #760901

Tints of Maroon #760901

RGB

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

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

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

R = 92.19%
G = 7.03%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#760901 (or 0x760901) is known color: Maroon. HEX triplet: 76, 09 and 01. RGB value is (118,9,1). Sum of RGB (Red+Green+Blue) = 118+9+1=128 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.19% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 118 - color contains mainly: red. Hex color #760901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760901 is #89F6FE. Grayscale: #282828. Windows color (decimal): -9041663 or 67958. OLE color: 67958.

HSL color Cylindrical-coordinate representation of color #760901: hue angle of 4.1º 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 #760901 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 9 1 -
CMYK 0 0.92 0.99 0.54
HSL 4.1º 0.98% 0.23% -
HSV(B) 4.1º 0.99% 0.46% -
XYZ 7.57 4.05 0.41 -
YUV 40.68 105.61 183.15 -
System Red Green Blue C M Y K H S L
Decimal 118 9 1 0 0.92 0.99 0.54 4.1 0.98 0.23
Hex 76 9 1 0 5C 63 36 4 62 17
Octal 166 11 1 0 134 143 66 4 142 27
Binary 1110110 1001 1 0 1011100 1100011 110110 100 1100010 10111

Color Harmonies of #760901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760901

Black with #760901

Text Example


Text Example

White with #760901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760901; }

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

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

background-color css

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

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

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

border-color css

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

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

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