Html Css Color HEX #780B28 Burgundy

📋 copy color: '#780B28'

red 120 ◦ green 11 ◦ blue 40

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

Shades of Burgundy #780B28

Tints of Burgundy #780B28

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.43%

 BLUE value IS 40 (16.02% from 255) = 23.39%

R = 70.18%
G = 6.43%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#780B28 (or 0x780B28) is known color: Burgundy. HEX triplet: 78, 0B and 28. RGB value is (120,11,40). Sum of RGB (Red+Green+Blue) = 120+11+40=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #780B28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780B28 is #87F4D7. Grayscale: #2E2E2E. Windows color (decimal): -8910040 or 2624376. OLE color: 2624376.

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

Color convert

RGB 120 11 40 -
CMYK 0 0.91 0.67 0.53
HSL 344.04º 0.83% 0.26% -
HSV(B) 344.04º 0.91% 0.47% -
XYZ 8.25 4.39 2.42 -
YUV 46.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 120 11 40 0 0.91 0.67 0.53 344.04 0.83 0.26
Hex 78 B 28 0 5B 43 35 158 53 1A
Octal 170 13 50 0 133 103 65 530 123 32
Binary 1111000 1011 101000 0 1011011 1000011 110101 101011000 1010011 11010

Color Harmonies of #780B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B28

Black with #780B28

Text Example


Text Example

White with #780B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,11,40); }

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

background-color css

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

 a { background-color: rgb(120,11,40); }

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

border-color css

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

 span { border-color: rgb(120,11,40); }

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