Html Css Color HEX #780F2B Burgundy

📋 copy color: '#780F2B'

red 120 ◦ green 15 ◦ blue 43

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

Shades of Burgundy #780F2B

Tints of Burgundy #780F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.16%

R = 67.42%
G = 8.43%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#780F2B (or 0x780F2B) is known color: Burgundy. HEX triplet: 78, 0F and 2B. RGB value is (120,15,43). Sum of RGB (Red+Green+Blue) = 120+15+43=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #780F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780F2B is #87F0D4. Grayscale: #313131. Windows color (decimal): -8909013 or 2822008. OLE color: 2822008.

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

Color convert

RGB 120 15 43 -
CMYK 0 0.87 0.64 0.53
HSL 344º 0.78% 0.26% -
HSV(B) 344º 0.88% 0.47% -
XYZ 8.35 4.51 2.72 -
YUV 49.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 120 15 43 0 0.87 0.64 0.53 344 0.78 0.26
Hex 78 F 2B 0 57 40 35 158 4E 1A
Octal 170 17 53 0 127 100 65 530 116 32
Binary 1111000 1111 101011 0 1010111 1000000 110101 101011000 1001110 11010

Color Harmonies of #780F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F2B

Black with #780F2B

Text Example


Text Example

White with #780F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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