Html Css Color HEX #78010A Sangria

📋 copy color: '#78010A'

red 120 ◦ green 1 ◦ blue 10

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

Shades of Sangria #78010A

Tints of Sangria #78010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

 BLUE value IS 10 (4.3% from 255) = 7.63%

R = 91.6%
G = 0.76%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#78010A (or 0x78010A) is known color: Sangria. HEX triplet: 78, 01 and 0A. RGB value is (120,1,10). Sum of RGB (Red+Green+Blue) = 120+1+10=131 (17% of max value = 765). Red value is 120 (47.27% from 255 or 91.60% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 120 - color contains mainly: red. Hex color #78010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78010A is #87FEF5. Grayscale: #252525. Windows color (decimal): -8912630 or 655736. OLE color: 655736.

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

Color convert

RGB 120 1 10 -
CMYK 0 0.99 0.92 0.53
HSL 355.46º 0.98% 0.24% -
HSV(B) 355.46º 0.99% 0.47% -
XYZ 7.81 4.04 0.65 -
YUV 37.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 120 1 10 0 0.99 0.92 0.53 355.46 0.98 0.24
Hex 78 1 A 0 63 5C 35 163 62 18
Octal 170 1 12 0 143 134 65 543 142 30
Binary 1111000 1 1010 0 1100011 1011100 110101 101100011 1100010 11000

Color Harmonies of #78010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78010A

Black with #78010A

Text Example


Text Example

White with #78010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78010A; }

 p { color: rgb(120,1,10); }

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

background-color css

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

 a { background-color: rgb(120,1,10); }

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

border-color css

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

 span { border-color: rgb(120,1,10); }

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