Html Css Color HEX #780409 Sangria

📋 copy color: '#780409'

red 120 ◦ green 4 ◦ blue 9

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

Shades of Sangria #780409

Tints of Sangria #780409

RGB

 RED value IS 120 (47.27% from 255) = 90.23%

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

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

R = 90.23%
G = 3.01%
B = 6.77%

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

#780409 (or 0x780409) is known color: Sangria. HEX triplet: 78, 04 and 09. RGB value is (120,4,9). Sum of RGB (Red+Green+Blue) = 120+4+9=133 (17% of max value = 765). Red value is 120 (47.27% from 255 or 90.23% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 120 - color contains mainly: red. Hex color #780409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780409 is #87FBF6. Grayscale: #272727. Windows color (decimal): -8911863 or 590968. OLE color: 590968.

HSL color Cylindrical-coordinate representation of color #780409: hue angle of 357.41º degrees, saturation: 0.94, 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 #780409 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 4 9 -
CMYK 0 0.97 0.92 0.53
HSL 357.41º 0.94% 0.24% -
HSV(B) 357.41º 0.97% 0.47% -
XYZ 7.84 4.1 0.64 -
YUV 39.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 120 4 9 0 0.97 0.92 0.53 357.41 0.94 0.24
Hex 78 4 9 0 61 5C 35 165 5E 18
Octal 170 4 11 0 141 134 65 545 136 30
Binary 1111000 100 1001 0 1100001 1011100 110101 101100101 1011110 11000

Color Harmonies of #780409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780409

Black with #780409

Text Example


Text Example

White with #780409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780409; }

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

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

background-color css

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

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

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

border-color css

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

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

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