Html Css Color HEX #780925 Burgundy

📋 copy color: '#780925'

red 120 ◦ green 9 ◦ blue 37

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

Shades of Burgundy #780925

Tints of Burgundy #780925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 22.29%

R = 72.29%
G = 5.42%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#780925 (or 0x780925) is known color: Burgundy. HEX triplet: 78, 09 and 25. RGB value is (120,9,37). Sum of RGB (Red+Green+Blue) = 120+9+37=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #780925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780925 is #87F6DA. Grayscale: #2D2D2D. Windows color (decimal): -8910555 or 2427256. OLE color: 2427256.

HSL color Cylindrical-coordinate representation of color #780925: hue angle of 344.86º 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 #780925 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 9 37 -
CMYK 0 0.92 0.69 0.53
HSL 344.86º 0.86% 0.25% -
HSV(B) 344.86º 0.93% 0.47% -
XYZ 8.18 4.32 2.15 -
YUV 45.38 123.27 181.22 -
System Red Green Blue C M Y K H S L
Decimal 120 9 37 0 0.92 0.69 0.53 344.86 0.86 0.25
Hex 78 9 25 0 5C 45 35 159 56 19
Octal 170 11 45 0 134 105 65 531 126 31
Binary 1111000 1001 100101 0 1011100 1000101 110101 101011001 1010110 11001

Color Harmonies of #780925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780925

Black with #780925

Text Example


Text Example

White with #780925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780925; }

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

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

background-color css

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

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

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

border-color css

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

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

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