Html Css Color HEX #78102A Burgundy

📋 copy color: '#78102A'

red 120 ◦ green 16 ◦ blue 42

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

Shades of Burgundy #78102A

Tints of Burgundy #78102A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 23.6%

R = 67.42%
G = 8.99%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.53

RGB Variations

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

Color information

#78102A (or 0x78102A) is known color: Burgundy. HEX triplet: 78, 10 and 2A. RGB value is (120,16,42). Sum of RGB (Red+Green+Blue) = 120+16+42=178 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.42% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 42 (16.80% from 255 or 23.60% from 178); Max value from RGB is 120 - color contains mainly: red. Hex color #78102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78102A is #87EFD5. Grayscale: #323232. Windows color (decimal): -8908758 or 2756728. OLE color: 2756728.

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

Color convert

RGB 120 16 42 -
CMYK 0 0.87 0.65 0.53
HSL 345º 0.76% 0.27% -
HSV(B) 345º 0.87% 0.47% -
XYZ 8.35 4.53 2.62 -
YUV 50.06 123.46 177.89 -
System Red Green Blue C M Y K H S L
Decimal 120 16 42 0 0.87 0.65 0.53 345 0.76 0.27
Hex 78 10 2A 0 57 41 35 159 4C 1B
Octal 170 20 52 0 127 101 65 531 114 33
Binary 1111000 10000 101010 0 1010111 1000001 110101 101011001 1001100 11011

Color Harmonies of #78102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78102A

Black with #78102A

Text Example


Text Example

White with #78102A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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