Html Css Color HEX #7E0534 Burgundy

📋 copy color: '#7E0534'

red 126 ◦ green 5 ◦ blue 52

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

Shades of Burgundy #7E0534

Tints of Burgundy #7E0534

RGB

 RED value IS 126 (49.61% from 255) = 68.85%

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

 BLUE value IS 52 (20.7% from 255) = 28.42%

R = 68.85%
G = 2.73%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7E0534 (or 0x7E0534) is known color: Burgundy. HEX triplet: 7E, 05 and 34. RGB value is (126,5,52). Sum of RGB (Red+Green+Blue) = 126+5+52=183 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.85% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0534 is #81FACB. Grayscale: #2E2E2E. Windows color (decimal): -8518348 or 3409278. OLE color: 3409278.

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

Color convert

RGB 126 5 52 -
CMYK 0 0.96 0.59 0.51
HSL 336.69º 0.92% 0.26% -
HSV(B) 336.69º 0.96% 0.49% -
XYZ 9.28 4.79 3.68 -
YUV 46.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 126 5 52 0 0.96 0.59 0.51 336.69 0.92 0.26
Hex 7E 5 34 0 60 3B 33 151 5C 1A
Octal 176 5 64 0 140 73 63 521 134 32
Binary 1111110 101 110100 0 1100000 111011 110011 101010001 1011100 11010

Color Harmonies of #7E0534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0534

Black with #7E0534

Text Example


Text Example

White with #7E0534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,5,52); }

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

background-color css

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

 a { background-color: rgb(126,5,52); }

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

border-color css

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

 span { border-color: rgb(126,5,52); }

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