Html Css Color HEX #7F0926 Burgundy

📋 copy color: '#7F0926'

red 127 ◦ green 9 ◦ blue 38

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

Shades of Burgundy #7F0926

Tints of Burgundy #7F0926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.84%

R = 72.99%
G = 5.17%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#7F0926 (or 0x7F0926) is known color: Burgundy. HEX triplet: 7F, 09 and 26. RGB value is (127,9,38). Sum of RGB (Red+Green+Blue) = 127+9+38=174 (23% of max value = 765). Red value is 127 (50% from 255 or 72.99% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0926 is #80F6D9. Grayscale: #2F2F2F. Windows color (decimal): -8451802 or 2492799. OLE color: 2492799.

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

Color convert

RGB 127 9 38 -
CMYK 0 0.93 0.70 0.50
HSL 345.25º 0.87% 0.27% -
HSV(B) 345.25º 0.93% 0.5% -
XYZ 9.2 4.85 2.28 -
YUV 47.59 122.59 184.64 -
System Red Green Blue C M Y K H S L
Decimal 127 9 38 0 0.93 0.70 0.50 345.25 0.87 0.27
Hex 7F 9 26 0 5D 46 32 159 57 1B
Octal 177 11 46 0 135 106 62 531 127 33
Binary 1111111 1001 100110 0 1011101 1000110 110010 101011001 1010111 11011

Color Harmonies of #7F0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0926

Black with #7F0926

Text Example


Text Example

White with #7F0926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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