Html Css Color HEX #77072F Burgundy

📋 copy color: '#77072F'

red 119 ◦ green 7 ◦ blue 47

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

Shades of Burgundy #77072F

Tints of Burgundy #77072F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.05%

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

R = 68.79%
G = 4.05%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77072F (or 0x77072F) is known color: Burgundy. HEX triplet: 77, 07 and 2F. RGB value is (119,7,47). Sum of RGB (Red+Green+Blue) = 119+7+47=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #77072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77072F is #88F8D0. Grayscale: #2D2D2D. Windows color (decimal): -8976593 or 3082103. OLE color: 3082103.

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

Color convert

RGB 119 7 47 -
CMYK 0 0.94 0.61 0.53
HSL 338.57º 0.89% 0.25% -
HSV(B) 338.57º 0.94% 0.47% -
XYZ 8.2 4.28 3.08 -
YUV 45.05 129.11 180.75 -
System Red Green Blue C M Y K H S L
Decimal 119 7 47 0 0.94 0.61 0.53 338.57 0.89 0.25
Hex 77 7 2F 0 5E 3D 35 153 59 19
Octal 167 7 57 0 136 75 65 523 131 31
Binary 1110111 111 101111 0 1011110 111101 110101 101010011 1011001 11001

Color Harmonies of #77072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77072F

Black with #77072F

Text Example


Text Example

White with #77072F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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