Html Css Color HEX #7F1005 Maroon

📋 copy color: '#7F1005'

red 127 ◦ green 16 ◦ blue 5

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

Shades of Maroon #7F1005

Tints of Maroon #7F1005

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.81%

 BLUE value IS 5 (2.34% from 255) = 3.38%

R = 85.81%
G = 10.81%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#7F1005 (or 0x7F1005) is known color: Maroon. HEX triplet: 7F, 10 and 05. RGB value is (127,16,5). Sum of RGB (Red+Green+Blue) = 127+16+5=148 (19% of max value = 765). Red value is 127 (50% from 255 or 85.81% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1005 is #80EFFA. Grayscale: #303030. Windows color (decimal): -8450043 or 331903. OLE color: 331903.

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

Color convert

RGB 127 16 5 -
CMYK 0 0.87 0.96 0.50
HSL 5.41º 0.92% 0.26% -
HSV(B) 5.41º 0.96% 0.5% -
XYZ 8.97 4.89 0.62 -
YUV 47.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 127 16 5 0 0.87 0.96 0.50 5.41 0.92 0.26
Hex 7F 10 5 0 57 60 32 5 5C 1A
Octal 177 20 5 0 127 140 62 5 134 32
Binary 1111111 10000 101 0 1010111 1100000 110010 101 1011100 11010

Color Harmonies of #7F1005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1005

Black with #7F1005

Text Example


Text Example

White with #7F1005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,16,5); }

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

background-color css

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

 a { background-color: rgb(127,16,5); }

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

border-color css

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

 span { border-color: rgb(127,16,5); }

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