#781334

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

Shades of Claret #781334

Tints of Claret #781334

Color information

#781334 (or 0x781334) is unknown color: approx Claret. HEX triplet: 78, 13 and 34. RGB value is (120,19,52). Sum of RGB (Red+Green+Blue) = 120+19+52=191 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.83% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 120 - color contains mainly: red. Hex color #781334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781334 is #87ECCB. Grayscale: #343434. Windows color (decimal): -8907980 or 3412856. OLE color: 3412856.

HSL color Cylindrical-coordinate representation of color #781334: hue angle of 340.4º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781334 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB1201952-
CMYK00.840.570.53
HSL340.4º72.66%27.25%-
HSV(B)340.4º84.17%47.06%-
XYZ8.64.713.7-
YUV52.96127.46175.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.83%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=62.83%
G=9.95%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120195200.840.570.53340.472.6627.25
Hex7813340543935154491b
Octal17023640124716552411133
Binary11110001001111010001010100111001110101101010100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781334; }

 p { color: rgb(120,19,52); }

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

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

 a { background-color: rgb(120,19,52); }

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

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

 span { border-color: rgb(120,19,52); }

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