Html Css Color HEX #780309 Sangria

📋 copy color: '#780309'

red 120 ◦ green 3 ◦ blue 9

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

Shades of Sangria #780309

Tints of Sangria #780309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

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

R = 90.91%
G = 2.27%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#780309 (or 0x780309) is known color: Sangria. HEX triplet: 78, 03 and 09. RGB value is (120,3,9). Sum of RGB (Red+Green+Blue) = 120+3+9=132 (17% of max value = 765). Red value is 120 (47.27% from 255 or 90.91% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 120 - color contains mainly: red. Hex color #780309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780309 is #87FCF6. Grayscale: #262626. Windows color (decimal): -8912119 or 590712. OLE color: 590712.

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

Color convert

RGB 120 3 9 -
CMYK 0 0.98 0.92 0.53
HSL 356.92º 0.95% 0.24% -
HSV(B) 356.92º 0.98% 0.47% -
XYZ 7.83 4.08 0.63 -
YUV 38.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 120 3 9 0 0.98 0.92 0.53 356.92 0.95 0.24
Hex 78 3 9 0 62 5C 35 165 5F 18
Octal 170 3 11 0 142 134 65 545 137 30
Binary 1111000 11 1001 0 1100010 1011100 110101 101100101 1011111 11000

Color Harmonies of #780309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780309

Black with #780309

Text Example


Text Example

White with #780309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780309; }

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

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

background-color css

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

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

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

border-color css

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

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

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