Html Css Color HEX #770B13 Burgundy

📋 copy color: '#770B13'

red 119 ◦ green 11 ◦ blue 19

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

Shades of Burgundy #770B13

Tints of Burgundy #770B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.38%

 BLUE value IS 19 (7.81% from 255) = 12.75%

R = 79.87%
G = 7.38%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#770B13 (or 0x770B13) is known color: Burgundy. HEX triplet: 77, 0B and 13. RGB value is (119,11,19). Sum of RGB (Red+Green+Blue) = 119+11+19=149 (19% of max value = 765). Red value is 119 (46.88% from 255 or 79.87% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 119 - color contains mainly: red. Hex color #770B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770B13 is #88F4EC. Grayscale: #2C2C2C. Windows color (decimal): -8975597 or 1248119. OLE color: 1248119.

HSL color Cylindrical-coordinate representation of color #770B13: hue angle of 355.56º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B13 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 11 19 -
CMYK 0 0.91 0.84 0.53
HSL 355.56º 0.83% 0.25% -
HSV(B) 355.56º 0.91% 0.47% -
XYZ 7.84 4.21 1.01 -
YUV 44.2 113.78 181.35 -
System Red Green Blue C M Y K H S L
Decimal 119 11 19 0 0.91 0.84 0.53 355.56 0.83 0.25
Hex 77 B 13 0 5B 54 35 164 53 19
Octal 167 13 23 0 133 124 65 544 123 31
Binary 1110111 1011 10011 0 1011011 1010100 110101 101100100 1010011 11001

Color Harmonies of #770B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770B13

Black with #770B13

Text Example


Text Example

White with #770B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,11,19); }

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

background-color css

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

 a { background-color: rgb(119,11,19); }

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

border-color css

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

 span { border-color: rgb(119,11,19); }

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