Html Css Color HEX #7F001E Burgundy

📋 copy color: '#7F001E'

red 127 ◦ green 0 ◦ blue 30

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

Shades of Burgundy #7F001E

Tints of Burgundy #7F001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 30 (12.11% from 255) = 19.11%

R = 80.89%
G = 0%
B = 19.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.50

RGB Variations

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

Color information

#7F001E (or 0x7F001E) is known color: Burgundy. HEX triplet: 7F, 00 and 1E. RGB value is (127,0,30). Sum of RGB (Red+Green+Blue) = 127+0+30=157 (20% of max value = 765). Red value is 127 (50% from 255 or 80.89% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 127 - color contains mainly: red. Hex color #7F001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F001E is #80FFE1. Grayscale: #292929. Windows color (decimal): -8454114 or 1966207. OLE color: 1966207.

HSL color Cylindrical-coordinate representation of color #7F001E: hue angle of 345.83º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F001E is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 0 30 -
CMYK 0 1 0.76 0.50
HSL 345.83º 1% 0.25% -
HSV(B) 345.83º 1% 0.5% -
XYZ 8.99 4.61 1.64 -
YUV 41.39 121.58 189.06 -
System Red Green Blue C M Y K H S L
Decimal 127 0 30 0 1 0.76 0.50 345.83 1 0.25
Hex 7F 0 1E 0 64 4C 32 15A 64 19
Octal 177 0 36 0 144 114 62 532 144 31
Binary 1111111 0 11110 0 1100100 1001100 110010 101011010 1100100 11001

Color Harmonies of #7F001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F001E

Black with #7F001E

Text Example


Text Example

White with #7F001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,0,30); }

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

background-color css

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

 a { background-color: rgb(127,0,30); }

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

border-color css

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

 span { border-color: rgb(127,0,30); }

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