Html Css Color HEX #77062F Burgundy

📋 copy color: '#77062F'

red 119 ◦ green 6 ◦ blue 47

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

Shades of Burgundy #77062F

Tints of Burgundy #77062F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.49%

 BLUE value IS 47 (18.75% from 255) = 27.33%

R = 69.19%
G = 3.49%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77062F (or 0x77062F) is known color: Burgundy. HEX triplet: 77, 06 and 2F. RGB value is (119,6,47). Sum of RGB (Red+Green+Blue) = 119+6+47=172 (22% of max value = 765). Red value is 119 (46.88% from 255 or 69.19% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 47 (18.75% from 255 or 27.33% from 172); Max value from RGB is 119 - color contains mainly: red. Hex color #77062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77062F is #88F9D0. Grayscale: #2C2C2C. Windows color (decimal): -8976849 or 3081847. OLE color: 3081847.

HSL color Cylindrical-coordinate representation of color #77062F: hue angle of 338.23º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #77062F is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 6 47 -
CMYK 0 0.95 0.61 0.53
HSL 338.23º 0.9% 0.25% -
HSV(B) 338.23º 0.95% 0.47% -
XYZ 8.19 4.26 3.08 -
YUV 44.46 129.44 181.17 -
System Red Green Blue C M Y K H S L
Decimal 119 6 47 0 0.95 0.61 0.53 338.23 0.9 0.25
Hex 77 6 2F 0 5F 3D 35 152 5A 19
Octal 167 6 57 0 137 75 65 522 132 31
Binary 1110111 110 101111 0 1011111 111101 110101 101010010 1011010 11001

Color Harmonies of #77062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77062F

Black with #77062F

Text Example


Text Example

White with #77062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77062F; }

 p { color: rgb(119,6,47); }

 H1.HeaderClassName
 {
   color: #77062F;
 }
 .AnyTagClassName
 {
   color: #77062F;
 }
</style>

background-color css

<style>
 a { background-color: #77062F; }

 a { background-color: rgb(119,6,47); }

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

border-color css

<style>
 span { border-color: #77062F; }

 span { border-color: rgb(119,6,47); }

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