Html Css Color HEX #770925 Burgundy

📋 copy color: '#770925'

red 119 ◦ green 9 ◦ blue 37

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

Shades of Burgundy #770925

Tints of Burgundy #770925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.45%

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

R = 72.12%
G = 5.45%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#770925 (or 0x770925) is known color: Burgundy. HEX triplet: 77, 09 and 25. RGB value is (119,9,37). Sum of RGB (Red+Green+Blue) = 119+9+37=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 9 (3.91% from 255 or 5.45% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #770925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770925 is #88F6DA. Grayscale: #2D2D2D. Windows color (decimal): -8976091 or 2427255. OLE color: 2427255.

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

Color convert

RGB 119 9 37 -
CMYK 0 0.92 0.69 0.53
HSL 344.73º 0.86% 0.25% -
HSV(B) 344.73º 0.92% 0.47% -
XYZ 8.04 4.25 2.15 -
YUV 45.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 119 9 37 0 0.92 0.69 0.53 344.73 0.86 0.25
Hex 77 9 25 0 5C 45 35 159 56 19
Octal 167 11 45 0 134 105 65 531 126 31
Binary 1110111 1001 100101 0 1011100 1000101 110101 101011001 1010110 11001

Color Harmonies of #770925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770925

Black with #770925

Text Example


Text Example

White with #770925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770925; }

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

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

background-color css

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

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

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

border-color css

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

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

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