Html Css Color HEX #770D2D Burgundy

📋 copy color: '#770D2D'

red 119 ◦ green 13 ◦ blue 45

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

Shades of Burgundy #770D2D

Tints of Burgundy #770D2D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.34%

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 67.23%
G = 7.34%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#770D2D (or 0x770D2D) is known color: Burgundy. HEX triplet: 77, 0D and 2D. RGB value is (119,13,45). Sum of RGB (Red+Green+Blue) = 119+13+45=177 (23% of max value = 765). Red value is 119 (46.88% from 255 or 67.23% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 119 - color contains mainly: red. Hex color #770D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770D2D is #88F2D2. Grayscale: #303030. Windows color (decimal): -8975059 or 2952567. OLE color: 2952567.

HSL color Cylindrical-coordinate representation of color #770D2D: hue angle of 341.89º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D2D is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 13 45 -
CMYK 0 0.89 0.62 0.53
HSL 341.89º 0.8% 0.26% -
HSV(B) 341.89º 0.89% 0.47% -
XYZ 8.23 4.4 2.9 -
YUV 48.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 119 13 45 0 0.89 0.62 0.53 341.89 0.8 0.26
Hex 77 D 2D 0 59 3E 35 156 50 1A
Octal 167 15 55 0 131 76 65 526 120 32
Binary 1110111 1101 101101 0 1011001 111110 110101 101010110 1010000 11010

Color Harmonies of #770D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770D2D

Black with #770D2D

Text Example


Text Example

White with #770D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,13,45); }

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

background-color css

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

 a { background-color: rgb(119,13,45); }

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

border-color css

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

 span { border-color: rgb(119,13,45); }

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