Html Css Color HEX #78062E Burgundy

📋 copy color: '#78062E'

red 120 ◦ green 6 ◦ blue 46

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

Shades of Burgundy #78062E

Tints of Burgundy #78062E

RGB

 RED value IS 120 (47.27% from 255) = 69.77%

 GREEN value IS 6 (2.73% from 255) = 3.49%

 BLUE value IS 46 (18.36% from 255) = 26.74%

R = 69.77%
G = 3.49%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#78062E (or 0x78062E) is known color: Burgundy. HEX triplet: 78, 06 and 2E. RGB value is (120,6,46). Sum of RGB (Red+Green+Blue) = 120+6+46=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #78062E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78062E is #87F9D1. Grayscale: #2C2C2C. Windows color (decimal): -8911314 or 3016312. OLE color: 3016312.

HSL color Cylindrical-coordinate representation of color #78062E: hue angle of 338.95º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78062E is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 6 46 -
CMYK 0 0.95 0.62 0.53
HSL 338.95º 0.9% 0.25% -
HSV(B) 338.95º 0.95% 0.47% -
XYZ 8.3 4.32 2.98 -
YUV 44.65 128.77 181.75 -
System Red Green Blue C M Y K H S L
Decimal 120 6 46 0 0.95 0.62 0.53 338.95 0.9 0.25
Hex 78 6 2E 0 5F 3E 35 153 5A 19
Octal 170 6 56 0 137 76 65 523 132 31
Binary 1111000 110 101110 0 1011111 111110 110101 101010011 1011010 11001

Color Harmonies of #78062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78062E

Black with #78062E

Text Example


Text Example

White with #78062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78062E; }

 p { color: rgb(120,6,46); }

 H1.HeaderClassName
 {
   color: #78062E;
 }
 .AnyTagClassName
 {
   color: #78062E;
 }
</style>

background-color css

<style>
 a { background-color: #78062E; }

 a { background-color: rgb(120,6,46); }

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

border-color css

<style>
 span { border-color: #78062E; }

 span { border-color: rgb(120,6,46); }

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