Html Css Color HEX #780C23 Burgundy

📋 copy color: '#780C23'

red 120 ◦ green 12 ◦ blue 35

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

Shades of Burgundy #780C23

Tints of Burgundy #780C23

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.19%

 BLUE value IS 35 (14.06% from 255) = 20.96%

R = 71.86%
G = 7.19%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#780C23 (or 0x780C23) is known color: Burgundy. HEX triplet: 78, 0C and 23. RGB value is (120,12,35). Sum of RGB (Red+Green+Blue) = 120+12+35=167 (22% of max value = 765). Red value is 120 (47.27% from 255 or 71.86% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 120 - color contains mainly: red. Hex color #780C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C23 is #87F3DC. Grayscale: #2E2E2E. Windows color (decimal): -8909789 or 2296952. OLE color: 2296952.

HSL color Cylindrical-coordinate representation of color #780C23: hue angle of 347.22º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C23 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 12 35 -
CMYK 0 0.90 0.71 0.53
HSL 347.22º 0.82% 0.26% -
HSV(B) 347.22º 0.9% 0.47% -
XYZ 8.18 4.38 2 -
YUV 46.91 121.28 180.13 -
System Red Green Blue C M Y K H S L
Decimal 120 12 35 0 0.90 0.71 0.53 347.22 0.82 0.26
Hex 78 C 23 0 5A 47 35 15B 52 1A
Octal 170 14 43 0 132 107 65 533 122 32
Binary 1111000 1100 100011 0 1011010 1000111 110101 101011011 1010010 11010

Color Harmonies of #780C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C23

Black with #780C23

Text Example


Text Example

White with #780C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,12,35); }

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

background-color css

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

 a { background-color: rgb(120,12,35); }

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

border-color css

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

 span { border-color: rgb(120,12,35); }

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