Html Css Color HEX #7F0B2E Burgundy

📋 copy color: '#7F0B2E'

red 127 ◦ green 11 ◦ blue 46

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

Shades of Burgundy #7F0B2E

Tints of Burgundy #7F0B2E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.98%

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

R = 69.02%
G = 5.98%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#7F0B2E (or 0x7F0B2E) is known color: Burgundy. HEX triplet: 7F, 0B and 2E. RGB value is (127,11,46). Sum of RGB (Red+Green+Blue) = 127+11+46=184 (24% of max value = 765). Red value is 127 (50% from 255 or 69.02% from 184); Green value is 11 (4.69% from 255 or 5.98% from 184); Blue value is 46 (18.36% from 255 or 25% from 184); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0B2E is #80F4D1. Grayscale: #313131. Windows color (decimal): -8451282 or 3017599. OLE color: 3017599.

HSL color Cylindrical-coordinate representation of color #7F0B2E: hue angle of 341.9º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F0B2E is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 11 46 -
CMYK 0 0.91 0.64 0.50
HSL 341.9º 0.84% 0.27% -
HSV(B) 341.9º 0.91% 0.5% -
XYZ 9.37 4.95 3.05 -
YUV 49.67 125.93 183.15 -
System Red Green Blue C M Y K H S L
Decimal 127 11 46 0 0.91 0.64 0.50 341.9 0.84 0.27
Hex 7F B 2E 0 5B 40 32 156 54 1B
Octal 177 13 56 0 133 100 62 526 124 33
Binary 1111111 1011 101110 0 1011011 1000000 110010 101010110 1010100 11011

Color Harmonies of #7F0B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0B2E

Black with #7F0B2E

Text Example


Text Example

White with #7F0B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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