Html Css Color HEX #7F012E Burgundy

📋 copy color: '#7F012E'

red 127 ◦ green 1 ◦ blue 46

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

Shades of Burgundy #7F012E

Tints of Burgundy #7F012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.44%

R = 72.99%
G = 0.57%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#7F012E (or 0x7F012E) is known color: Burgundy. HEX triplet: 7F, 01 and 2E. RGB value is (127,1,46). Sum of RGB (Red+Green+Blue) = 127+1+46=174 (23% of max value = 765). Red value is 127 (50% from 255 or 72.99% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 127 - color contains mainly: red. Hex color #7F012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F012E is #80FED1. Grayscale: #2B2B2B. Windows color (decimal): -8453842 or 3015039. OLE color: 3015039.

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

Color convert

RGB 127 1 46 -
CMYK 0 0.99 0.64 0.50
HSL 338.57º 0.98% 0.25% -
HSV(B) 338.57º 0.99% 0.5% -
XYZ 9.26 4.73 3.01 -
YUV 43.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 127 1 46 0 0.99 0.64 0.50 338.57 0.98 0.25
Hex 7F 1 2E 0 63 40 32 153 62 19
Octal 177 1 56 0 143 100 62 523 142 31
Binary 1111111 1 101110 0 1100011 1000000 110010 101010011 1100010 11001

Color Harmonies of #7F012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F012E

Black with #7F012E

Text Example


Text Example

White with #7F012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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