Html Css Color HEX #770C32 Burgundy

📋 copy color: '#770C32'

red 119 ◦ green 12 ◦ blue 50

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

Shades of Burgundy #770C32

Tints of Burgundy #770C32

RGB

 RED value IS 119 (46.88% from 255) = 65.75%

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

 BLUE value IS 50 (19.92% from 255) = 27.62%

R = 65.75%
G = 6.63%
B = 27.62%

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

#770C32 (or 0x770C32) is known color: Burgundy. HEX triplet: 77, 0C and 32. RGB value is (119,12,50). Sum of RGB (Red+Green+Blue) = 119+12+50=181 (23% of max value = 765). Red value is 119 (46.88% from 255 or 65.75% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 119 - color contains mainly: red. Hex color #770C32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C32 is #88F3CD. Grayscale: #303030. Windows color (decimal): -8975310 or 3279991. OLE color: 3279991.

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

Color convert

RGB 119 12 50 -
CMYK 0 0.90 0.58 0.53
HSL 338.69º 0.82% 0.26% -
HSV(B) 338.69º 0.9% 0.47% -
XYZ 8.31 4.42 3.43 -
YUV 48.33 128.95 178.41 -
System Red Green Blue C M Y K H S L
Decimal 119 12 50 0 0.90 0.58 0.53 338.69 0.82 0.26
Hex 77 C 32 0 5A 3A 35 153 52 1A
Octal 167 14 62 0 132 72 65 523 122 32
Binary 1110111 1100 110010 0 1011010 111010 110101 101010011 1010010 11010

Color Harmonies of #770C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C32

Black with #770C32

Text Example


Text Example

White with #770C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770C32; }

 p { color: rgb(119,12,50); }

 H1.HeaderClassName
 {
   color: #770C32;
 }
 .AnyTagClassName
 {
   color: #770C32;
 }
</style>

background-color css

<style>
 a { background-color: #770C32; }

 a { background-color: rgb(119,12,50); }

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

border-color css

<style>
 span { border-color: #770C32; }

 span { border-color: rgb(119,12,50); }

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