Html Css Color HEX #760601 Maroon

📋 copy color: '#760601'

red 118 ◦ green 6 ◦ blue 1

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

Shades of Maroon #760601

Tints of Maroon #760601

RGB

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

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

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

R = 94.4%
G = 4.8%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#760601 (or 0x760601) is known color: Maroon. HEX triplet: 76, 06 and 01. RGB value is (118,6,1). Sum of RGB (Red+Green+Blue) = 118+6+1=125 (16% of max value = 765). Red value is 118 (46.48% from 255 or 94.4% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 118 - color contains mainly: red. Hex color #760601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760601 is #89F9FE. Grayscale: #272727. Windows color (decimal): -9042431 or 67190. OLE color: 67190.

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

Color convert

RGB 118 6 1 -
CMYK 0 0.95 0.99 0.54
HSL 2.56º 0.98% 0.23% -
HSV(B) 2.56º 0.99% 0.46% -
XYZ 7.54 3.98 0.4 -
YUV 38.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 118 6 1 0 0.95 0.99 0.54 2.56 0.98 0.23
Hex 76 6 1 0 5F 63 36 3 62 17
Octal 166 6 1 0 137 143 66 3 142 27
Binary 1110110 110 1 0 1011111 1100011 110110 11 1100010 10111

Color Harmonies of #760601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760601

Black with #760601

Text Example


Text Example

White with #760601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760601; }

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

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

background-color css

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

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

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

border-color css

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

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

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