Html Css Color HEX #7F0B08 Maroon

📋 copy color: '#7F0B08'

red 127 ◦ green 11 ◦ blue 8

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

Shades of Maroon #7F0B08

Tints of Maroon #7F0B08

RGB

 RED value IS 127 (50% from 255) = 86.99%

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

 BLUE value IS 8 (3.52% from 255) = 5.48%

R = 86.99%
G = 7.53%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#7F0B08 (or 0x7F0B08) is known color: Maroon. HEX triplet: 7F, 0B and 08. RGB value is (127,11,8). Sum of RGB (Red+Green+Blue) = 127+11+8=146 (19% of max value = 765). Red value is 127 (50% from 255 or 86.99% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0B08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0B08 is #80F4F7. Grayscale: #2D2D2D. Windows color (decimal): -8451320 or 527231. OLE color: 527231.

HSL color Cylindrical-coordinate representation of color #7F0B08: hue angle of 1.51º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0B08 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 11 8 -
CMYK 0 0.91 0.94 0.50
HSL 1.51º 0.88% 0.26% -
HSV(B) 1.51º 0.94% 0.5% -
XYZ 8.92 4.77 0.68 -
YUV 45.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 127 11 8 0 0.91 0.94 0.50 1.51 0.88 0.26
Hex 7F B 8 0 5B 5E 32 2 58 1A
Octal 177 13 10 0 133 136 62 2 130 32
Binary 1111111 1011 1000 0 1011011 1011110 110010 10 1011000 11010

Color Harmonies of #7F0B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0B08

Black with #7F0B08

Text Example


Text Example

White with #7F0B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F0B08; }

 p { color: rgb(127,11,8); }

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

background-color css

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

 a { background-color: rgb(127,11,8); }

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

border-color css

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

 span { border-color: rgb(127,11,8); }

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