Html Css Color HEX #780F25 Burgundy

📋 copy color: '#780F25'

red 120 ◦ green 15 ◦ blue 37

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

Shades of Burgundy #780F25

Tints of Burgundy #780F25

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.72%

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

R = 69.77%
G = 8.72%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#780F25 (or 0x780F25) is known color: Burgundy. HEX triplet: 78, 0F and 25. RGB value is (120,15,37). Sum of RGB (Red+Green+Blue) = 120+15+37=172 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.77% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 120 - color contains mainly: red. Hex color #780F25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F25 is #87F0DA. Grayscale: #303030. Windows color (decimal): -8909019 or 2428792. OLE color: 2428792.

HSL color Cylindrical-coordinate representation of color #780F25: hue angle of 347.43º degrees, saturation: 0.78, 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 #780F25 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 15 37 -
CMYK 0 0.87 0.69 0.53
HSL 347.43º 0.78% 0.26% -
HSV(B) 347.43º 0.88% 0.47% -
XYZ 8.25 4.47 2.18 -
YUV 48.9 121.29 178.71 -
System Red Green Blue C M Y K H S L
Decimal 120 15 37 0 0.87 0.69 0.53 347.43 0.78 0.26
Hex 78 F 25 0 57 45 35 15B 4E 1A
Octal 170 17 45 0 127 105 65 533 116 32
Binary 1111000 1111 100101 0 1010111 1000101 110101 101011011 1001110 11010

Color Harmonies of #780F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F25

Black with #780F25

Text Example


Text Example

White with #780F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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