Html Css Color HEX #7F0124 Burgundy

📋 copy color: '#7F0124'

red 127 ◦ green 1 ◦ blue 36

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

Shades of Burgundy #7F0124

Tints of Burgundy #7F0124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 36 (14.45% from 255) = 21.95%

R = 77.44%
G = 0.61%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#7F0124 (or 0x7F0124) is known color: Burgundy. HEX triplet: 7F, 01 and 24. RGB value is (127,1,36). Sum of RGB (Red+Green+Blue) = 127+1+36=164 (21% of max value = 765). Red value is 127 (50% from 255 or 77.44% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0124 is #80FEDB. Grayscale: #2A2A2A. Windows color (decimal): -8453852 or 2359679. OLE color: 2359679.

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

Color convert

RGB 127 1 36 -
CMYK 0 0.99 0.72 0.50
HSL 343.33º 0.98% 0.25% -
HSV(B) 343.33º 0.99% 0.5% -
XYZ 9.08 4.66 2.09 -
YUV 42.66 124.24 188.15 -
System Red Green Blue C M Y K H S L
Decimal 127 1 36 0 0.99 0.72 0.50 343.33 0.98 0.25
Hex 7F 1 24 0 63 48 32 157 62 19
Octal 177 1 44 0 143 110 62 527 142 31
Binary 1111111 1 100100 0 1100011 1001000 110010 101010111 1100010 11001

Color Harmonies of #7F0124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0124

Black with #7F0124

Text Example


Text Example

White with #7F0124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,1,36); }

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

background-color css

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

 a { background-color: rgb(127,1,36); }

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

border-color css

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

 span { border-color: rgb(127,1,36); }

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