Html Css Color HEX #7F0C03 Maroon

📋 copy color: '#7F0C03'

red 127 ◦ green 12 ◦ blue 3

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

Shades of Maroon #7F0C03

Tints of Maroon #7F0C03

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.45%

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

R = 89.44%
G = 8.45%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#7F0C03 (or 0x7F0C03) is known color: Maroon. HEX triplet: 7F, 0C and 03. RGB value is (127,12,3). Sum of RGB (Red+Green+Blue) = 127+12+3=142 (18% of max value = 765). Red value is 127 (50% from 255 or 89.44% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0C03 is #80F3FC. Grayscale: #2D2D2D. Windows color (decimal): -8451069 or 199807. OLE color: 199807.

HSL color Cylindrical-coordinate representation of color #7F0C03: hue angle of 4.35º 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 #7F0C03 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 12 3 -
CMYK 0 0.91 0.98 0.50
HSL 4.35º 0.95% 0.25% -
HSV(B) 4.35º 0.98% 0.5% -
XYZ 8.9 4.78 0.54 -
YUV 45.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 127 12 3 0 0.91 0.98 0.50 4.35 0.95 0.25
Hex 7F C 3 0 5B 62 32 4 5F 19
Octal 177 14 3 0 133 142 62 4 137 31
Binary 1111111 1100 11 0 1011011 1100010 110010 100 1011111 11001

Color Harmonies of #7F0C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0C03

Black with #7F0C03

Text Example


Text Example

White with #7F0C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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