Html Css Color HEX #780E30 Burgundy

📋 copy color: '#780E30'

red 120 ◦ green 14 ◦ blue 48

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

Shades of Burgundy #780E30

Tints of Burgundy #780E30

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.69%

 BLUE value IS 48 (19.14% from 255) = 26.37%

R = 65.93%
G = 7.69%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#780E30 (or 0x780E30) is known color: Burgundy. HEX triplet: 78, 0E and 30. RGB value is (120,14,48). Sum of RGB (Red+Green+Blue) = 120+14+48=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #780E30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780E30 is #87F1CF. Grayscale: #313131. Windows color (decimal): -8909264 or 3149432. OLE color: 3149432.

HSL color Cylindrical-coordinate representation of color #780E30: hue angle of 340.75º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780E30 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 14 48 -
CMYK 0 0.88 0.60 0.53
HSL 340.75º 0.79% 0.26% -
HSV(B) 340.75º 0.88% 0.47% -
XYZ 8.44 4.52 3.22 -
YUV 49.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 120 14 48 0 0.88 0.60 0.53 340.75 0.79 0.26
Hex 78 E 30 0 58 3C 35 155 4F 1A
Octal 170 16 60 0 130 74 65 525 117 32
Binary 1111000 1110 110000 0 1011000 111100 110101 101010101 1001111 11010

Color Harmonies of #780E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780E30

Black with #780E30

Text Example


Text Example

White with #780E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780E30; }

 p { color: rgb(120,14,48); }

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

background-color css

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

 a { background-color: rgb(120,14,48); }

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

border-color css

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

 span { border-color: rgb(120,14,48); }

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