Html Css Color HEX #760101 Maroon

📋 copy color: '#760101'

red 118 ◦ green 1 ◦ blue 1

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

Shades of Maroon #760101

Tints of Maroon #760101

RGB

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

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

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

R = 98.33%
G = 0.83%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#760101 (or 0x760101) is known color: Maroon. HEX triplet: 76, 01 and 01. RGB value is (118,1,1). Sum of RGB (Red+Green+Blue) = 118+1+1=120 (15% of max value = 765). Red value is 118 (46.48% from 255 or 98.33% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 118 - color contains mainly: red. Hex color #760101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760101 is #89FEFE. Grayscale: #242424. Windows color (decimal): -9043711 or 65910. OLE color: 65910.

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

Color convert

RGB 118 1 1 -
CMYK 0 0.99 0.99 0.54
HSL 0.98% 0.23% -
HSV(B) 0.99% 0.46% -
XYZ 7.49 3.88 0.38 -
YUV 35.98 108.26 186.5 -
System Red Green Blue C M Y K H S L
Decimal 118 1 1 0 0.99 0.99 0.54 0 0.98 0.23
Hex 76 1 1 0 63 63 36 0 62 17
Octal 166 1 1 0 143 143 66 0 142 27
Binary 1110110 1 1 0 1100011 1100011 110110 0 1100010 10111

Color Harmonies of #760101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760101

Black with #760101

Text Example


Text Example

White with #760101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760101; }

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

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

background-color css

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

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

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

border-color css

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

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

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