Html Css Color HEX #7F052A Burgundy

📋 copy color: '#7F052A'

red 127 ◦ green 5 ◦ blue 42

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

Shades of Burgundy #7F052A

Tints of Burgundy #7F052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

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

R = 72.99%
G = 2.87%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#7F052A (or 0x7F052A) is known color: Burgundy. HEX triplet: 7F, 05 and 2A. RGB value is (127,5,42). Sum of RGB (Red+Green+Blue) = 127+5+42=174 (23% of max value = 765). Red value is 127 (50% from 255 or 72.99% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 127 - color contains mainly: red. Hex color #7F052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F052A is #80FAD5. Grayscale: #2D2D2D. Windows color (decimal): -8452822 or 2753919. OLE color: 2753919.

HSL color Cylindrical-coordinate representation of color #7F052A: hue angle of 341.8º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F052A is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 5 42 -
CMYK 0 0.96 0.67 0.50
HSL 341.8º 0.92% 0.26% -
HSV(B) 341.8º 0.96% 0.5% -
XYZ 9.22 4.79 2.63 -
YUV 45.7 125.92 185.99 -
System Red Green Blue C M Y K H S L
Decimal 127 5 42 0 0.96 0.67 0.50 341.8 0.92 0.26
Hex 7F 5 2A 0 60 43 32 156 5C 1A
Octal 177 5 52 0 140 103 62 526 134 32
Binary 1111111 101 101010 0 1100000 1000011 110010 101010110 1011100 11010

Color Harmonies of #7F052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F052A

Black with #7F052A

Text Example


Text Example

White with #7F052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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