Html Css Color HEX #7E0C38 Burgundy

📋 copy color: '#7E0C38'

red 126 ◦ green 12 ◦ blue 56

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

Shades of Burgundy #7E0C38

Tints of Burgundy #7E0C38

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.19%

 BLUE value IS 56 (22.27% from 255) = 28.87%

R = 64.95%
G = 6.19%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7E0C38 (or 0x7E0C38) is known color: Burgundy. HEX triplet: 7E, 0C and 38. RGB value is (126,12,56). Sum of RGB (Red+Green+Blue) = 126+12+56=194 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.95% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0C38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0C38 is #81F3C7. Grayscale: #333333. Windows color (decimal): -8516552 or 3673214. OLE color: 3673214.

HSL color Cylindrical-coordinate representation of color #7E0C38: hue angle of 336.84º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E0C38 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 12 56 -
CMYK 0 0.90 0.56 0.51
HSL 336.84º 0.83% 0.27% -
HSV(B) 336.84º 0.9% 0.49% -
XYZ 9.45 4.98 4.21 -
YUV 51.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 126 12 56 0 0.90 0.56 0.51 336.84 0.83 0.27
Hex 7E C 38 0 5A 38 33 151 53 1B
Octal 176 14 70 0 132 70 63 521 123 33
Binary 1111110 1100 111000 0 1011010 111000 110011 101010001 1010011 11011

Color Harmonies of #7E0C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0C38

Black with #7E0C38

Text Example


Text Example

White with #7E0C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,12,56); }

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

background-color css

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

 a { background-color: rgb(126,12,56); }

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

border-color css

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

 span { border-color: rgb(126,12,56); }

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