Html Css Color HEX #770625 Burgundy

📋 copy color: '#770625'

red 119 ◦ green 6 ◦ blue 37

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

Shades of Burgundy #770625

Tints of Burgundy #770625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.7%

 BLUE value IS 37 (14.84% from 255) = 22.84%

R = 73.46%
G = 3.7%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#770625 (or 0x770625) is known color: Burgundy. HEX triplet: 77, 06 and 25. RGB value is (119,6,37). Sum of RGB (Red+Green+Blue) = 119+6+37=162 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.46% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 119 - color contains mainly: red. Hex color #770625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770625 is #88F9DA. Grayscale: #2B2B2B. Windows color (decimal): -8976859 or 2426487. OLE color: 2426487.

HSL color Cylindrical-coordinate representation of color #770625: hue angle of 343.54º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770625 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 6 37 -
CMYK 0 0.95 0.69 0.53
HSL 343.54º 0.9% 0.25% -
HSV(B) 343.54º 0.95% 0.47% -
XYZ 8.01 4.19 2.14 -
YUV 43.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 119 6 37 0 0.95 0.69 0.53 343.54 0.9 0.25
Hex 77 6 25 0 5F 45 35 158 5A 19
Octal 167 6 45 0 137 105 65 530 132 31
Binary 1110111 110 100101 0 1011111 1000101 110101 101011000 1011010 11001

Color Harmonies of #770625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770625

Black with #770625

Text Example


Text Example

White with #770625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770625; }

 p { color: rgb(119,6,37); }

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

background-color css

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

 a { background-color: rgb(119,6,37); }

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

border-color css

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

 span { border-color: rgb(119,6,37); }

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