Html Css Color HEX #77092D Burgundy

📋 copy color: '#77092D'

red 119 ◦ green 9 ◦ blue 45

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

Shades of Burgundy #77092D

Tints of Burgundy #77092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.2%

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

R = 68.79%
G = 5.2%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77092D (or 0x77092D) is known color: Burgundy. HEX triplet: 77, 09 and 2D. RGB value is (119,9,45). Sum of RGB (Red+Green+Blue) = 119+9+45=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #77092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77092D is #88F6D2. Grayscale: #2D2D2D. Windows color (decimal): -8976083 or 2951543. OLE color: 2951543.

HSL color Cylindrical-coordinate representation of color #77092D: hue angle of 340.36º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77092D is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 9 45 -
CMYK 0 0.92 0.62 0.53
HSL 340.36º 0.86% 0.25% -
HSV(B) 340.36º 0.92% 0.47% -
XYZ 8.18 4.31 2.88 -
YUV 45.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 119 9 45 0 0.92 0.62 0.53 340.36 0.86 0.25
Hex 77 9 2D 0 5C 3E 35 154 56 19
Octal 167 11 55 0 134 76 65 524 126 31
Binary 1110111 1001 101101 0 1011100 111110 110101 101010100 1010110 11001

Color Harmonies of #77092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77092D

Black with #77092D

Text Example


Text Example

White with #77092D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77092D; }

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

 H1.HeaderClassName
 {
   color: #77092D;
 }
 .AnyTagClassName
 {
   color: #77092D;
 }
</style>

background-color css

<style>
 a { background-color: #77092D; }

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

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

border-color css

<style>
 span { border-color: #77092D; }

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

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