Html Css Color HEX #770C1F Burgundy

📋 copy color: '#770C1F'

red 119 ◦ green 12 ◦ blue 31

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

Shades of Burgundy #770C1F

Tints of Burgundy #770C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.41%

 BLUE value IS 31 (12.5% from 255) = 19.14%

R = 73.46%
G = 7.41%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#770C1F (or 0x770C1F) is known color: Burgundy. HEX triplet: 77, 0C and 1F. RGB value is (119,12,31). Sum of RGB (Red+Green+Blue) = 119+12+31=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #770C1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C1F is #88F3E0. Grayscale: #2E2E2E. Windows color (decimal): -8975329 or 2034807. OLE color: 2034807.

HSL color Cylindrical-coordinate representation of color #770C1F: hue angle of 349.35º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C1F is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 12 31 -
CMYK 0 0.90 0.74 0.53
HSL 349.35º 0.82% 0.26% -
HSV(B) 349.35º 0.9% 0.47% -
XYZ 7.99 4.28 1.7 -
YUV 46.16 119.45 179.96 -
System Red Green Blue C M Y K H S L
Decimal 119 12 31 0 0.90 0.74 0.53 349.35 0.82 0.26
Hex 77 C 1F 0 5A 4A 35 15D 52 1A
Octal 167 14 37 0 132 112 65 535 122 32
Binary 1110111 1100 11111 0 1011010 1001010 110101 101011101 1010010 11010

Color Harmonies of #770C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C1F

Black with #770C1F

Text Example


Text Example

White with #770C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770C1F; }

 p { color: rgb(119,12,31); }

 H1.HeaderClassName
 {
   color: #770C1F;
 }
 .AnyTagClassName
 {
   color: #770C1F;
 }
</style>

background-color css

<style>
 a { background-color: #770C1F; }

 a { background-color: rgb(119,12,31); }

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

border-color css

<style>
 span { border-color: #770C1F; }

 span { border-color: rgb(119,12,31); }

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