Html Css Color HEX #7F0933 Burgundy

📋 copy color: '#7F0933'

red 127 ◦ green 9 ◦ blue 51

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

Shades of Burgundy #7F0933

Tints of Burgundy #7F0933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 67.91%
G = 4.81%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#7F0933 (or 0x7F0933) is known color: Burgundy. HEX triplet: 7F, 09 and 33. RGB value is (127,9,51). Sum of RGB (Red+Green+Blue) = 127+9+51=187 (24% of max value = 765). Red value is 127 (50% from 255 or 67.91% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0933 is #80F6CC. Grayscale: #313131. Windows color (decimal): -8451789 or 3344767. OLE color: 3344767.

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

Color convert

RGB 127 9 51 -
CMYK 0 0.93 0.60 0.50
HSL 338.64º 0.87% 0.27% -
HSV(B) 338.64º 0.93% 0.5% -
XYZ 9.45 4.95 3.59 -
YUV 49.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 127 9 51 0 0.93 0.60 0.50 338.64 0.87 0.27
Hex 7F 9 33 0 5D 3C 32 153 57 1B
Octal 177 11 63 0 135 74 62 523 127 33
Binary 1111111 1001 110011 0 1011101 111100 110010 101010011 1010111 11011

Color Harmonies of #7F0933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0933

Black with #7F0933

Text Example


Text Example

White with #7F0933

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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