Html Css Color HEX #78102C Burgundy

📋 copy color: '#78102C'

red 120 ◦ green 16 ◦ blue 44

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

Shades of Burgundy #78102C

Tints of Burgundy #78102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.89%

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

R = 66.67%
G = 8.89%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#78102C (or 0x78102C) is known color: Burgundy. HEX triplet: 78, 10 and 2C. RGB value is (120,16,44). Sum of RGB (Red+Green+Blue) = 120+16+44=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #78102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78102C is #87EFD3. Grayscale: #323232. Windows color (decimal): -8908756 or 2887800. OLE color: 2887800.

HSL color Cylindrical-coordinate representation of color #78102C: hue angle of 343.85º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #78102C is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 16 44 -
CMYK 0 0.87 0.63 0.53
HSL 343.85º 0.76% 0.27% -
HSV(B) 343.85º 0.87% 0.47% -
XYZ 8.39 4.55 2.82 -
YUV 50.29 124.46 177.72 -
System Red Green Blue C M Y K H S L
Decimal 120 16 44 0 0.87 0.63 0.53 343.85 0.76 0.27
Hex 78 10 2C 0 57 3F 35 158 4C 1B
Octal 170 20 54 0 127 77 65 530 114 33
Binary 1111000 10000 101100 0 1010111 111111 110101 101011000 1001100 11011

Color Harmonies of #78102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78102C

Black with #78102C

Text Example


Text Example

White with #78102C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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