#781930

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

Shades of Claret #781930

Tints of Claret #781930

Color information

#781930 (or 0x781930) is unknown color: approx Claret. HEX triplet: 78, 19 and 30. RGB value is (120,25,48). Sum of RGB (Red+Green+Blue) = 120+25+48=193 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.18% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 120 - color contains mainly: red. Hex color #781930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781930 is #87E6CF. Grayscale: #383838. Windows color (decimal): -8906448 or 3152248. OLE color: 3152248.

HSL color Cylindrical-coordinate representation of color #781930: hue angle of 345.47º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781930 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1202548-
CMYK00.790.600.53
HSL345.47º65.52%28.43%-
HSV(B)345.47º79.17%47.06%-
XYZ8.634.93.29-
YUV56.03123.47173.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.18%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 48 (19.14% from 255) = 24.87%
R=62.18%
G=12.95%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120254800.790.600.53345.4765.5228.43
Hex78193004F3C35159421c
Octal17031600117746553110234
Binary11110001100111000001001111111100110101101011001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781930; }

 p { color: rgb(120,25,48); }

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

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

 a { background-color: rgb(120,25,48); }

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

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

 span { border-color: rgb(120,25,48); }

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