Html Css Color HEX #78062F Burgundy

📋 copy color: '#78062F'

red 120 ◦ green 6 ◦ blue 47

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

Shades of Burgundy #78062F

Tints of Burgundy #78062F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.17%

R = 69.36%
G = 3.47%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#78062F (or 0x78062F) is known color: Burgundy. HEX triplet: 78, 06 and 2F. RGB value is (120,6,47). Sum of RGB (Red+Green+Blue) = 120+6+47=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #78062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78062F is #87F9D0. Grayscale: #2C2C2C. Windows color (decimal): -8911313 or 3081848. OLE color: 3081848.

HSL color Cylindrical-coordinate representation of color #78062F: hue angle of 338.42º 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 #78062F is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 6 47 -
CMYK 0 0.95 0.61 0.53
HSL 338.42º 0.9% 0.25% -
HSV(B) 338.42º 0.95% 0.47% -
XYZ 8.32 4.33 3.09 -
YUV 44.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 120 6 47 0 0.95 0.61 0.53 338.42 0.9 0.25
Hex 78 6 2F 0 5F 3D 35 152 5A 19
Octal 170 6 57 0 137 75 65 522 132 31
Binary 1111000 110 101111 0 1011111 111101 110101 101010010 1011010 11001

Color Harmonies of #78062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78062F

Black with #78062F

Text Example


Text Example

White with #78062F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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