Html Css Color HEX #770B01 Maroon

📋 copy color: '#770B01'

red 119 ◦ green 11 ◦ blue 1

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

Shades of Maroon #770B01

Tints of Maroon #770B01

RGB

 RED value IS 119 (46.88% from 255) = 90.84%

 GREEN value IS 11 (4.69% from 255) = 8.4%

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

R = 90.84%
G = 8.4%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#770B01 (or 0x770B01) is known color: Maroon. HEX triplet: 77, 0B and 01. RGB value is (119,11,1). Sum of RGB (Red+Green+Blue) = 119+11+1=131 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.84% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 119 - color contains mainly: red. Hex color #770B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770B01 is #88F4FE. Grayscale: #2A2A2A. Windows color (decimal): -8975615 or 68471. OLE color: 68471.

HSL color Cylindrical-coordinate representation of color #770B01: hue angle of 5.08º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770B01 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 11 1 -
CMYK 0 0.91 0.99 0.53
HSL 5.08º 0.98% 0.24% -
HSV(B) 5.08º 0.99% 0.47% -
XYZ 7.73 4.16 0.42 -
YUV 42.15 104.78 182.81 -
System Red Green Blue C M Y K H S L
Decimal 119 11 1 0 0.91 0.99 0.53 5.08 0.98 0.24
Hex 77 B 1 0 5B 63 35 5 62 18
Octal 167 13 1 0 133 143 65 5 142 30
Binary 1110111 1011 1 0 1011011 1100011 110101 101 1100010 11000

Color Harmonies of #770B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770B01

Black with #770B01

Text Example


Text Example

White with #770B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770B01; }

 p { color: rgb(119,11,1); }

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

background-color css

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

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

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

border-color css

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

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

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