Html Css Color HEX #780F26 Burgundy

📋 copy color: '#780F26'

red 120 ◦ green 15 ◦ blue 38

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

Shades of Burgundy #780F26

Tints of Burgundy #780F26

RGB

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

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

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

R = 69.36%
G = 8.67%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#780F26 (or 0x780F26) is known color: Burgundy. HEX triplet: 78, 0F and 26. RGB value is (120,15,38). Sum of RGB (Red+Green+Blue) = 120+15+38=173 (22% of max value = 765). Red value is 120 (47.27% from 255 or 69.36% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 120 - color contains mainly: red. Hex color #780F26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F26 is #87F0D9. Grayscale: #313131. Windows color (decimal): -8909018 or 2494328. OLE color: 2494328.

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

Color convert

RGB 120 15 38 -
CMYK 0 0.87 0.68 0.53
HSL 346.86º 0.78% 0.26% -
HSV(B) 346.86º 0.88% 0.47% -
XYZ 8.27 4.47 2.26 -
YUV 49.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 120 15 38 0 0.87 0.68 0.53 346.86 0.78 0.26
Hex 78 F 26 0 57 44 35 15B 4E 1A
Octal 170 17 46 0 127 104 65 533 116 32
Binary 1111000 1111 100110 0 1010111 1000100 110101 101011011 1001110 11010

Color Harmonies of #780F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F26

Black with #780F26

Text Example


Text Example

White with #780F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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