Html Css Color HEX #77002D Burgundy

📋 copy color: '#77002D'

red 119 ◦ green 0 ◦ blue 45

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

Shades of Burgundy #77002D

Tints of Burgundy #77002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.56%
G = 0%
B = 27.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#77002D (or 0x77002D) is known color: Burgundy. HEX triplet: 77, 00 and 2D. RGB value is (119,0,45). Sum of RGB (Red+Green+Blue) = 119+0+45=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #77002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77002D is #88FFD2. Grayscale: #282828. Windows color (decimal): -8978387 or 2949239. OLE color: 2949239.

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

Color convert

RGB 119 0 45 -
CMYK 0 1 0.62 0.53
HSL 337.31º 1% 0.23% -
HSV(B) 337.31º 1% 0.47% -
XYZ 8.08 4.11 2.85 -
YUV 40.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 119 0 45 0 1 0.62 0.53 337.31 1 0.23
Hex 77 0 2D 0 64 3E 35 151 64 17
Octal 167 0 55 0 144 76 65 521 144 27
Binary 1110111 0 101101 0 1100100 111110 110101 101010001 1100100 10111

Color Harmonies of #77002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77002D

Black with #77002D

Text Example


Text Example

White with #77002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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