Html Css Color HEX #7F032B Burgundy

📋 copy color: '#7F032B'

red 127 ◦ green 3 ◦ blue 43

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

Shades of Burgundy #7F032B

Tints of Burgundy #7F032B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.86%

R = 73.41%
G = 1.73%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#7F032B (or 0x7F032B) is known color: Burgundy. HEX triplet: 7F, 03 and 2B. RGB value is (127,3,43). Sum of RGB (Red+Green+Blue) = 127+3+43=173 (22% of max value = 765). Red value is 127 (50% from 255 or 73.41% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 127 - color contains mainly: red. Hex color #7F032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F032B is #80FCD4. Grayscale: #2C2C2C. Windows color (decimal): -8453333 or 2818943. OLE color: 2818943.

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

Color convert

RGB 127 3 43 -
CMYK 0 0.98 0.66 0.50
HSL 340.65º 0.95% 0.25% -
HSV(B) 340.65º 0.98% 0.5% -
XYZ 9.22 4.75 2.72 -
YUV 44.64 127.08 186.75 -
System Red Green Blue C M Y K H S L
Decimal 127 3 43 0 0.98 0.66 0.50 340.65 0.95 0.25
Hex 7F 3 2B 0 62 42 32 155 5F 19
Octal 177 3 53 0 142 102 62 525 137 31
Binary 1111111 11 101011 0 1100010 1000010 110010 101010101 1011111 11001

Color Harmonies of #7F032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F032B

Black with #7F032B

Text Example


Text Example

White with #7F032B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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