Html Css Color HEX #760100 Maroon

📋 copy color: '#760100'

red 118 ◦ green 1 ◦ blue 0

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

Shades of Maroon #760100

Tints of Maroon #760100

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

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

R = 99.16%
G = 0.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#760100 (or 0x760100) is known color: Maroon. HEX triplet: 76, 01 and 00. RGB value is (118,1,0). Sum of RGB (Red+Green+Blue) = 118+1+0=119 (15% of max value = 765). Red value is 118 (46.48% from 255 or 99.16% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 118 - color contains mainly: red. Hex color #760100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760100 is #89FEFF. Grayscale: #232323. Windows color (decimal): -9043712 or 374. OLE color: 374.

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

Color convert

RGB 118 1 0 -
CMYK 0 0.99 1 0.54
HSL 0.51º 1% 0.23% -
HSV(B) 0.51º 1% 0.46% -
XYZ 7.48 3.87 0.35 -
YUV 35.87 107.76 186.58 -
System Red Green Blue C M Y K H S L
Decimal 118 1 0 0 0.99 1 0.54 0.51 1 0.23
Hex 76 1 0 0 63 64 36 1 64 17
Octal 166 1 0 0 143 144 66 1 144 27
Binary 1110110 1 0 0 1100011 1100100 110110 1 1100100 10111

Color Harmonies of #760100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760100

Black with #760100

Text Example


Text Example

White with #760100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760100; }

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

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

background-color css

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

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

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

border-color css

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

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

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