Html Css Color HEX #7F012A Burgundy

📋 copy color: '#7F012A'

red 127 ◦ green 1 ◦ blue 42

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

Shades of Burgundy #7F012A

Tints of Burgundy #7F012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.71%

R = 74.71%
G = 0.59%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F012A (or 0x7F012A) is known color: Burgundy. HEX triplet: 7F, 01 and 2A. RGB value is (127,1,42). Sum of RGB (Red+Green+Blue) = 127+1+42=170 (22% of max value = 765). Red value is 127 (50% from 255 or 74.71% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 127 - color contains mainly: red. Hex color #7F012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F012A is #80FED5. Grayscale: #2B2B2B. Windows color (decimal): -8453846 or 2752895. OLE color: 2752895.

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

Color convert

RGB 127 1 42 -
CMYK 0 0.99 0.67 0.50
HSL 340.48º 0.98% 0.25% -
HSV(B) 340.48º 0.99% 0.5% -
XYZ 9.18 4.7 2.61 -
YUV 43.35 127.24 187.67 -
System Red Green Blue C M Y K H S L
Decimal 127 1 42 0 0.99 0.67 0.50 340.48 0.98 0.25
Hex 7F 1 2A 0 63 43 32 154 62 19
Octal 177 1 52 0 143 103 62 524 142 31
Binary 1111111 1 101010 0 1100011 1000011 110010 101010100 1100010 11001

Color Harmonies of #7F012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F012A

Black with #7F012A

Text Example


Text Example

White with #7F012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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