Html Css Color HEX #770409 Sangria

📋 copy color: '#770409'

red 119 ◦ green 4 ◦ blue 9

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

Shades of Sangria #770409

Tints of Sangria #770409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.03%

 BLUE value IS 9 (3.91% from 255) = 6.82%

R = 90.15%
G = 3.03%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#770409 (or 0x770409) is known color: Sangria. HEX triplet: 77, 04 and 09. RGB value is (119,4,9). Sum of RGB (Red+Green+Blue) = 119+4+9=132 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.15% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 119 - color contains mainly: red. Hex color #770409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770409 is #88FBF6. Grayscale: #272727. Windows color (decimal): -8977399 or 590967. OLE color: 590967.

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

Color convert

RGB 119 4 9 -
CMYK 0 0.97 0.92 0.53
HSL 357.39º 0.93% 0.24% -
HSV(B) 357.39º 0.97% 0.47% -
XYZ 7.7 4.03 0.63 -
YUV 38.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 119 4 9 0 0.97 0.92 0.53 357.39 0.93 0.24
Hex 77 4 9 0 61 5C 35 165 5D 18
Octal 167 4 11 0 141 134 65 545 135 30
Binary 1110111 100 1001 0 1100001 1011100 110101 101100101 1011101 11000

Color Harmonies of #770409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770409

Black with #770409

Text Example


Text Example

White with #770409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770409; }

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

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

background-color css

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

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

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

border-color css

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

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

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