Html Css Color HEX #7F0921 Burgundy

📋 copy color: '#7F0921'

red 127 ◦ green 9 ◦ blue 33

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

Shades of Burgundy #7F0921

Tints of Burgundy #7F0921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.33%

 BLUE value IS 33 (13.28% from 255) = 19.53%

R = 75.15%
G = 5.33%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#7F0921 (or 0x7F0921) is known color: Burgundy. HEX triplet: 7F, 09 and 21. RGB value is (127,9,33). Sum of RGB (Red+Green+Blue) = 127+9+33=169 (22% of max value = 765). Red value is 127 (50% from 255 or 75.15% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0921 is #80F6DE. Grayscale: #2F2F2F. Windows color (decimal): -8451807 or 2165119. OLE color: 2165119.

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

Color convert

RGB 127 9 33 -
CMYK 0 0.93 0.74 0.50
HSL 347.8º 0.87% 0.27% -
HSV(B) 347.8º 0.93% 0.5% -
XYZ 9.12 4.82 1.89 -
YUV 47.02 120.09 185.05 -
System Red Green Blue C M Y K H S L
Decimal 127 9 33 0 0.93 0.74 0.50 347.8 0.87 0.27
Hex 7F 9 21 0 5D 4A 32 15C 57 1B
Octal 177 11 41 0 135 112 62 534 127 33
Binary 1111111 1001 100001 0 1011101 1001010 110010 101011100 1010111 11011

Color Harmonies of #7F0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0921

Black with #7F0921

Text Example


Text Example

White with #7F0921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,9,33); }

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

background-color css

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

 a { background-color: rgb(127,9,33); }

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

border-color css

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

 span { border-color: rgb(127,9,33); }

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