Html Css Color HEX #78020A Sangria

📋 copy color: '#78020A'

red 120 ◦ green 2 ◦ blue 10

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

Shades of Sangria #78020A

Tints of Sangria #78020A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.52%

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

R = 90.91%
G = 1.52%
B = 7.58%

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

#78020A (or 0x78020A) is known color: Sangria. HEX triplet: 78, 02 and 0A. RGB value is (120,2,10). Sum of RGB (Red+Green+Blue) = 120+2+10=132 (17% of max value = 765). Red value is 120 (47.27% from 255 or 90.91% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 120 - color contains mainly: red. Hex color #78020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78020A is #87FDF5. Grayscale: #262626. Windows color (decimal): -8912374 or 655992. OLE color: 655992.

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

Color convert

RGB 120 2 10 -
CMYK 0 0.98 0.92 0.53
HSL 355.93º 0.97% 0.24% -
HSV(B) 355.93º 0.98% 0.47% -
XYZ 7.82 4.06 0.66 -
YUV 38.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 120 2 10 0 0.98 0.92 0.53 355.93 0.97 0.24
Hex 78 2 A 0 62 5C 35 164 61 18
Octal 170 2 12 0 142 134 65 544 141 30
Binary 1111000 10 1010 0 1100010 1011100 110101 101100100 1100001 11000

Color Harmonies of #78020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78020A

Black with #78020A

Text Example


Text Example

White with #78020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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