Html Css Color HEX #7F032C Burgundy

📋 copy color: '#7F032C'

red 127 ◦ green 3 ◦ blue 44

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

Shades of Burgundy #7F032C

Tints of Burgundy #7F032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.72%

 BLUE value IS 44 (17.58% from 255) = 25.29%

R = 72.99%
G = 1.72%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#7F032C (or 0x7F032C) is known color: Burgundy. HEX triplet: 7F, 03 and 2C. RGB value is (127,3,44). Sum of RGB (Red+Green+Blue) = 127+3+44=174 (23% of max value = 765). Red value is 127 (50% from 255 or 72.99% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 127 - color contains mainly: red. Hex color #7F032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F032C is #80FCD3. Grayscale: #2C2C2C. Windows color (decimal): -8453332 or 2884479. OLE color: 2884479.

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

Color convert

RGB 127 3 44 -
CMYK 0 0.98 0.65 0.50
HSL 340.16º 0.95% 0.25% -
HSV(B) 340.16º 0.98% 0.5% -
XYZ 9.24 4.76 2.81 -
YUV 44.75 127.58 186.67 -
System Red Green Blue C M Y K H S L
Decimal 127 3 44 0 0.98 0.65 0.50 340.16 0.95 0.25
Hex 7F 3 2C 0 62 41 32 154 5F 19
Octal 177 3 54 0 142 101 62 524 137 31
Binary 1111111 11 101100 0 1100010 1000001 110010 101010100 1011111 11001

Color Harmonies of #7F032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F032C

Black with #7F032C

Text Example


Text Example

White with #7F032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,3,44); }

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

background-color css

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

 a { background-color: rgb(127,3,44); }

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

border-color css

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

 span { border-color: rgb(127,3,44); }

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