Html Css Color HEX #77002F Burgundy

📋 copy color: '#77002F'

red 119 ◦ green 0 ◦ blue 47

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

Shades of Burgundy #77002F

Tints of Burgundy #77002F

RGB

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

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

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

R = 71.69%
G = 0%
B = 28.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#77002F (or 0x77002F) is known color: Burgundy. HEX triplet: 77, 00 and 2F. RGB value is (119,0,47). Sum of RGB (Red+Green+Blue) = 119+0+47=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #77002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77002F is #88FFD0. Grayscale: #282828. Windows color (decimal): -8978385 or 3080311. OLE color: 3080311.

HSL color Cylindrical-coordinate representation of color #77002F: hue angle of 336.3º 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 #77002F is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 0 47 -
CMYK 0 1 0.61 0.53
HSL 336.3º 1% 0.23% -
HSV(B) 336.3º 1% 0.47% -
XYZ 8.12 4.13 3.06 -
YUV 40.94 131.42 183.68 -
System Red Green Blue C M Y K H S L
Decimal 119 0 47 0 1 0.61 0.53 336.3 1 0.23
Hex 77 0 2F 0 64 3D 35 150 64 17
Octal 167 0 57 0 144 75 65 520 144 27
Binary 1110111 0 101111 0 1100100 111101 110101 101010000 1100100 10111

Color Harmonies of #77002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77002F

Black with #77002F

Text Example


Text Example

White with #77002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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