Html Css Color HEX #780926 Burgundy

📋 copy color: '#780926'

red 120 ◦ green 9 ◦ blue 38

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

Shades of Burgundy #780926

Tints of Burgundy #780926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.39%

 BLUE value IS 38 (15.23% from 255) = 22.75%

R = 71.86%
G = 5.39%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#780926 (or 0x780926) is known color: Burgundy. HEX triplet: 78, 09 and 26. RGB value is (120,9,38). Sum of RGB (Red+Green+Blue) = 120+9+38=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #780926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780926 is #87F6D9. Grayscale: #2D2D2D. Windows color (decimal): -8910554 or 2492792. OLE color: 2492792.

HSL color Cylindrical-coordinate representation of color #780926: hue angle of 344.32º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780926 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 9 38 -
CMYK 0 0.92 0.68 0.53
HSL 344.32º 0.86% 0.25% -
HSV(B) 344.32º 0.93% 0.47% -
XYZ 8.19 4.33 2.24 -
YUV 45.5 123.77 181.14 -
System Red Green Blue C M Y K H S L
Decimal 120 9 38 0 0.92 0.68 0.53 344.32 0.86 0.25
Hex 78 9 26 0 5C 44 35 158 56 19
Octal 170 11 46 0 134 104 65 530 126 31
Binary 1111000 1001 100110 0 1011100 1000100 110101 101011000 1010110 11001

Color Harmonies of #780926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780926

Black with #780926

Text Example


Text Example

White with #780926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780926; }

 p { color: rgb(120,9,38); }

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

background-color css

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

 a { background-color: rgb(120,9,38); }

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

border-color css

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

 span { border-color: rgb(120,9,38); }

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