Html Css Color HEX #7F0533 Burgundy

📋 copy color: '#7F0533'

red 127 ◦ green 5 ◦ blue 51

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

Shades of Burgundy #7F0533

Tints of Burgundy #7F0533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

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

R = 69.4%
G = 2.73%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#7F0533 (or 0x7F0533) is known color: Burgundy. HEX triplet: 7F, 05 and 33. RGB value is (127,5,51). Sum of RGB (Red+Green+Blue) = 127+5+51=183 (24% of max value = 765). Red value is 127 (50% from 255 or 69.40% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0533 is #80FACC. Grayscale: #2E2E2E. Windows color (decimal): -8452813 or 3343743. OLE color: 3343743.

HSL color Cylindrical-coordinate representation of color #7F0533: hue angle of 337.38º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F0533 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 5 51 -
CMYK 0 0.96 0.60 0.50
HSL 337.38º 0.92% 0.26% -
HSV(B) 337.38º 0.96% 0.5% -
XYZ 9.4 4.86 3.57 -
YUV 46.72 130.42 185.26 -
System Red Green Blue C M Y K H S L
Decimal 127 5 51 0 0.96 0.60 0.50 337.38 0.92 0.26
Hex 7F 5 33 0 60 3C 32 151 5C 1A
Octal 177 5 63 0 140 74 62 521 134 32
Binary 1111111 101 110011 0 1100000 111100 110010 101010001 1011100 11010

Color Harmonies of #7F0533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0533

Black with #7F0533

Text Example


Text Example

White with #7F0533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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