Html Css Color HEX #7F022A Burgundy

📋 copy color: '#7F022A'

red 127 ◦ green 2 ◦ blue 42

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

Shades of Burgundy #7F022A

Tints of Burgundy #7F022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

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

R = 74.27%
G = 1.17%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F022A (or 0x7F022A) is known color: Burgundy. HEX triplet: 7F, 02 and 2A. RGB value is (127,2,42). Sum of RGB (Red+Green+Blue) = 127+2+42=171 (22% of max value = 765). Red value is 127 (50% from 255 or 74.27% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 127 - color contains mainly: red. Hex color #7F022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F022A is #80FDD5. Grayscale: #2B2B2B. Windows color (decimal): -8453590 or 2753151. OLE color: 2753151.

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

Color convert

RGB 127 2 42 -
CMYK 0 0.98 0.67 0.50
HSL 340.8º 0.97% 0.25% -
HSV(B) 340.8º 0.98% 0.5% -
XYZ 9.19 4.72 2.62 -
YUV 43.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 127 2 42 0 0.98 0.67 0.50 340.8 0.97 0.25
Hex 7F 2 2A 0 62 43 32 155 61 19
Octal 177 2 52 0 142 103 62 525 141 31
Binary 1111111 10 101010 0 1100010 1000011 110010 101010101 1100001 11001

Color Harmonies of #7F022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F022A

Black with #7F022A

Text Example


Text Example

White with #7F022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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