Html Css Color HEX #780312 Burgundy

📋 copy color: '#780312'

red 120 ◦ green 3 ◦ blue 18

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

Shades of Burgundy #780312

Tints of Burgundy #780312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.13%

 BLUE value IS 18 (7.42% from 255) = 12.77%

R = 85.11%
G = 2.13%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#780312 (or 0x780312) is known color: Burgundy. HEX triplet: 78, 03 and 12. RGB value is (120,3,18). Sum of RGB (Red+Green+Blue) = 120+3+18=141 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.11% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 18 (7.42% from 255 or 12.77% from 141); Max value from RGB is 120 - color contains mainly: red. Hex color #780312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780312 is #87FCED. Grayscale: #272727. Windows color (decimal): -8912110 or 1180536. OLE color: 1180536.

HSL color Cylindrical-coordinate representation of color #780312: hue angle of 352.31º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780312 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 3 18 -
CMYK 0 0.98 0.85 0.53
HSL 352.31º 0.95% 0.24% -
HSV(B) 352.31º 0.98% 0.47% -
XYZ 7.89 4.1 0.95 -
YUV 39.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 120 3 18 0 0.98 0.85 0.53 352.31 0.95 0.24
Hex 78 3 12 0 62 55 35 160 5F 18
Octal 170 3 22 0 142 125 65 540 137 30
Binary 1111000 11 10010 0 1100010 1010101 110101 101100000 1011111 11000

Color Harmonies of #780312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780312

Black with #780312

Text Example


Text Example

White with #780312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780312; }

 p { color: rgb(120,3,18); }

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

background-color css

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

 a { background-color: rgb(120,3,18); }

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

border-color css

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

 span { border-color: rgb(120,3,18); }

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