Html Css Color HEX #78000F Burgundy

📋 copy color: '#78000F'

red 120 ◦ green 0 ◦ blue 15

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

Shades of Burgundy #78000F

Tints of Burgundy #78000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 15 (6.25% from 255) = 11.11%

R = 88.89%
G = 0%
B = 11.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#78000F (or 0x78000F) is known color: Burgundy. HEX triplet: 78, 00 and 0F. RGB value is (120,0,15). Sum of RGB (Red+Green+Blue) = 120+0+15=135 (17% of max value = 765). Red value is 120 (47.27% from 255 or 88.89% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 120 - color contains mainly: red. Hex color #78000F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78000F is #87FFF0. Grayscale: #252525. Windows color (decimal): -8912881 or 983160. OLE color: 983160.

HSL color Cylindrical-coordinate representation of color #78000F: hue angle of 352.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #78000F is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 0 15 -
CMYK 0 1 0.87 0.53
HSL 352.5º 1% 0.24% -
HSV(B) 352.5º 1% 0.47% -
XYZ 7.83 4.03 0.82 -
YUV 37.59 115.26 186.78 -
System Red Green Blue C M Y K H S L
Decimal 120 0 15 0 1 0.87 0.53 352.5 1 0.24
Hex 78 0 F 0 64 57 35 160 64 18
Octal 170 0 17 0 144 127 65 540 144 30
Binary 1111000 0 1111 0 1100100 1010111 110101 101100000 1100100 11000

Color Harmonies of #78000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78000F

Black with #78000F

Text Example


Text Example

White with #78000F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78000F; }

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

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

background-color css

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

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

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

border-color css

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

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

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