Html Css Color HEX #77050F Burgundy

📋 copy color: '#77050F'

red 119 ◦ green 5 ◦ blue 15

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

Shades of Burgundy #77050F

Tints of Burgundy #77050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.6%

 BLUE value IS 15 (6.25% from 255) = 10.79%

R = 85.61%
G = 3.6%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#77050F (or 0x77050F) is known color: Burgundy. HEX triplet: 77, 05 and 0F. RGB value is (119,5,15). Sum of RGB (Red+Green+Blue) = 119+5+15=139 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85.61% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 15 (6.25% from 255 or 10.79% from 139); Max value from RGB is 119 - color contains mainly: red. Hex color #77050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77050F is #88FAF0. Grayscale: #282828. Windows color (decimal): -8977137 or 984439. OLE color: 984439.

HSL color Cylindrical-coordinate representation of color #77050F: hue angle of 354.74º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77050F is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 5 15 -
CMYK 0 0.96 0.87 0.53
HSL 354.74º 0.92% 0.24% -
HSV(B) 354.74º 0.96% 0.47% -
XYZ 7.75 4.06 0.83 -
YUV 40.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 119 5 15 0 0.96 0.87 0.53 354.74 0.92 0.24
Hex 77 5 F 0 60 57 35 163 5C 18
Octal 167 5 17 0 140 127 65 543 134 30
Binary 1110111 101 1111 0 1100000 1010111 110101 101100011 1011100 11000

Color Harmonies of #77050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77050F

Black with #77050F

Text Example


Text Example

White with #77050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,5,15); }

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

background-color css

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

 a { background-color: rgb(119,5,15); }

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

border-color css

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

 span { border-color: rgb(119,5,15); }

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