Html Css Color HEX #77042D Burgundy

📋 copy color: '#77042D'

red 119 ◦ green 4 ◦ blue 45

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

Shades of Burgundy #77042D

Tints of Burgundy #77042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.38%

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

R = 70.83%
G = 2.38%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77042D (or 0x77042D) is known color: Burgundy. HEX triplet: 77, 04 and 2D. RGB value is (119,4,45). Sum of RGB (Red+Green+Blue) = 119+4+45=168 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.83% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 119 - color contains mainly: red. Hex color #77042D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77042D is #88FBD2. Grayscale: #2B2B2B. Windows color (decimal): -8977363 or 2950263. OLE color: 2950263.

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

Color convert

RGB 119 4 45 -
CMYK 0 0.97 0.62 0.53
HSL 338.61º 0.93% 0.24% -
HSV(B) 338.61º 0.97% 0.47% -
XYZ 8.12 4.2 2.86 -
YUV 43.06 129.1 182.17 -
System Red Green Blue C M Y K H S L
Decimal 119 4 45 0 0.97 0.62 0.53 338.61 0.93 0.24
Hex 77 4 2D 0 61 3E 35 153 5D 18
Octal 167 4 55 0 141 76 65 523 135 30
Binary 1110111 100 101101 0 1100001 111110 110101 101010011 1011101 11000

Color Harmonies of #77042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77042D

Black with #77042D

Text Example


Text Example

White with #77042D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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