#78030A

Color #78030A Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #78030A

Tints of Sangria #78030A

Color information

#78030A (or 0x78030A) is unknown color: approx Sangria. HEX triplet: 78, 03 and 0A. RGB value is (120,3,10). Sum of RGB (Red+Green+Blue) = 120+3+10=133 (17% of max value = 765). Red value is 120 (47.27% from 255 or 90.23% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 120 - color contains mainly: red. Hex color #78030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78030A is #87FCF5. Grayscale: #262626. Windows color (decimal): -8912118 or 656248. OLE color: 656248.

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

Color convert

RGB120310-
CMYK00.980.920.53
HSL356.41º95.12%24.12%-
HSV(B)356.41º97.5%47.06%-
XYZ7.834.080.66-
YUV38.78111.76185.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 90.23%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 10 (4.30% from 255) = 7.52%
R=90.23%
G=2.26%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12031000.980.920.53356.4195.1224.12
Hex783A0625C351645f18
Octal17031201421346554413730
Binary1111000111010011000101011100110101101100100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #78030A;
 }
 .AnyTagClassName
 {
   color: #78030A;
 }
</style>
background-color css

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

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

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

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

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

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