Html Css Color HEX #780D0F Sangria

📋 copy color: '#780D0F'

red 120 ◦ green 13 ◦ blue 15

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

Shades of Sangria #780D0F

Tints of Sangria #780D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.78%

 BLUE value IS 15 (6.25% from 255) = 10.14%

R = 81.08%
G = 8.78%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#780D0F (or 0x780D0F) is known color: Sangria. HEX triplet: 78, 0D and 0F. RGB value is (120,13,15). Sum of RGB (Red+Green+Blue) = 120+13+15=148 (19% of max value = 765). Red value is 120 (47.27% from 255 or 81.08% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 120 - color contains mainly: red. Hex color #780D0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780D0F is #87F2F0. Grayscale: #2D2D2D. Windows color (decimal): -8909553 or 986488. OLE color: 986488.

HSL color Cylindrical-coordinate representation of color #780D0F: hue angle of 358.88º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #780D0F is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 13 15 -
CMYK 0 0.89 0.87 0.53
HSL 358.88º 0.8% 0.26% -
HSV(B) 358.88º 0.89% 0.47% -
XYZ 7.98 4.32 0.86 -
YUV 45.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 120 13 15 0 0.89 0.87 0.53 358.88 0.8 0.26
Hex 78 D F 0 59 57 35 167 50 1A
Octal 170 15 17 0 131 127 65 547 120 32
Binary 1111000 1101 1111 0 1011001 1010111 110101 101100111 1010000 11010

Color Harmonies of #780D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780D0F

Black with #780D0F

Text Example


Text Example

White with #780D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780D0F; }

 p { color: rgb(120,13,15); }

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

background-color css

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

 a { background-color: rgb(120,13,15); }

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

border-color css

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

 span { border-color: rgb(120,13,15); }

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