Html Css Color HEX #7F0F03 Maroon

📋 copy color: '#7F0F03'

red 127 ◦ green 15 ◦ blue 3

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

Shades of Maroon #7F0F03

Tints of Maroon #7F0F03

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.34%

 BLUE value IS 3 (1.56% from 255) = 2.07%

R = 87.59%
G = 10.34%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#7F0F03 (or 0x7F0F03) is known color: Maroon. HEX triplet: 7F, 0F and 03. RGB value is (127,15,3). Sum of RGB (Red+Green+Blue) = 127+15+3=145 (19% of max value = 765). Red value is 127 (50% from 255 or 87.59% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0F03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0F03 is #80F0FC. Grayscale: #2F2F2F. Windows color (decimal): -8450301 or 200575. OLE color: 200575.

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

Color convert

RGB 127 15 3 -
CMYK 0 0.88 0.98 0.50
HSL 5.81º 0.95% 0.25% -
HSV(B) 5.81º 0.98% 0.5% -
XYZ 8.94 4.86 0.55 -
YUV 47.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 127 15 3 0 0.88 0.98 0.50 5.81 0.95 0.25
Hex 7F F 3 0 58 62 32 6 5F 19
Octal 177 17 3 0 130 142 62 6 137 31
Binary 1111111 1111 11 0 1011000 1100010 110010 110 1011111 11001

Color Harmonies of #7F0F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0F03

Black with #7F0F03

Text Example


Text Example

White with #7F0F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,15,3); }

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

background-color css

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

 a { background-color: rgb(127,15,3); }

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

border-color css

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

 span { border-color: rgb(127,15,3); }

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