Html Css Color HEX #78002C Burgundy

📋 copy color: '#78002C'

red 120 ◦ green 0 ◦ blue 44

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

Shades of Burgundy #78002C

Tints of Burgundy #78002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.83%

R = 73.17%
G = 0%
B = 26.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78002C (or 0x78002C) is known color: Burgundy. HEX triplet: 78, 00 and 2C. RGB value is (120,0,44). Sum of RGB (Red+Green+Blue) = 120+0+44=164 (21% of max value = 765). Red value is 120 (47.27% from 255 or 73.17% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 120 - color contains mainly: red. Hex color #78002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78002C is #87FFD3. Grayscale: #282828. Windows color (decimal): -8912852 or 2883704. OLE color: 2883704.

HSL color Cylindrical-coordinate representation of color #78002C: hue angle of 338º 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 #78002C is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 0 44 -
CMYK 0 1 0.63 0.53
HSL 338º 1% 0.24% -
HSV(B) 338º 1% 0.47% -
XYZ 8.2 4.17 2.76 -
YUV 40.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 120 0 44 0 1 0.63 0.53 338 1 0.24
Hex 78 0 2C 0 64 3F 35 152 64 18
Octal 170 0 54 0 144 77 65 522 144 30
Binary 1111000 0 101100 0 1100100 111111 110101 101010010 1100100 11000

Color Harmonies of #78002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78002C

Black with #78002C

Text Example


Text Example

White with #78002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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