Html Css Color HEX #77062B Burgundy

📋 copy color: '#77062B'

red 119 ◦ green 6 ◦ blue 43

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

Shades of Burgundy #77062B

Tints of Burgundy #77062B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 25.6%

R = 70.83%
G = 3.57%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77062B (or 0x77062B) is known color: Burgundy. HEX triplet: 77, 06 and 2B. RGB value is (119,6,43). Sum of RGB (Red+Green+Blue) = 119+6+43=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77062B is #88F9D4. Grayscale: #2B2B2B. Windows color (decimal): -8976853 or 2819703. OLE color: 2819703.

HSL color Cylindrical-coordinate representation of color #77062B: hue angle of 340.35º 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 #77062B is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 6 43 -
CMYK 0 0.95 0.64 0.53
HSL 340.35º 0.9% 0.25% -
HSV(B) 340.35º 0.95% 0.47% -
XYZ 8.11 4.23 2.67 -
YUV 44.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 119 6 43 0 0.95 0.64 0.53 340.35 0.9 0.25
Hex 77 6 2B 0 5F 40 35 154 5A 19
Octal 167 6 53 0 137 100 65 524 132 31
Binary 1110111 110 101011 0 1011111 1000000 110101 101010100 1011010 11001

Color Harmonies of #77062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77062B

Black with #77062B

Text Example


Text Example

White with #77062B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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