Html Css Color HEX #780C33 Burgundy

📋 copy color: '#780C33'

red 120 ◦ green 12 ◦ blue 51

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

Shades of Burgundy #780C33

Tints of Burgundy #780C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.87%

R = 65.57%
G = 6.56%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#780C33 (or 0x780C33) is known color: Burgundy. HEX triplet: 78, 0C and 33. RGB value is (120,12,51). Sum of RGB (Red+Green+Blue) = 120+12+51=183 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.57% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 120 - color contains mainly: red. Hex color #780C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780C33 is #87F3CC. Grayscale: #303030. Windows color (decimal): -8909773 or 3345528. OLE color: 3345528.

HSL color Cylindrical-coordinate representation of color #780C33: hue angle of 338.33º 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 #780C33 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 12 51 -
CMYK 0 0.90 0.58 0.53
HSL 338.33º 0.82% 0.26% -
HSV(B) 338.33º 0.9% 0.47% -
XYZ 8.47 4.5 3.55 -
YUV 48.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 120 12 51 0 0.90 0.58 0.53 338.33 0.82 0.26
Hex 78 C 33 0 5A 3A 35 152 52 1A
Octal 170 14 63 0 132 72 65 522 122 32
Binary 1111000 1100 110011 0 1011010 111010 110101 101010010 1010010 11010

Color Harmonies of #780C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C33

Black with #780C33

Text Example


Text Example

White with #780C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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