#781234

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

Shades of Claret #781234

Tints of Claret #781234

Color information

#781234 (or 0x781234) is unknown color: approx Claret. HEX triplet: 78, 12 and 34. RGB value is (120,18,52). Sum of RGB (Red+Green+Blue) = 120+18+52=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 52 (20.70% from 255 or 27.37% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #781234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781234 is #87EDCB. Grayscale: #343434. Windows color (decimal): -8908236 or 3412600. OLE color: 3412600.

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

Color convert

RGB1201852-
CMYK00.850.570.53
HSL340º73.91%27.06%-
HSV(B)340º85%47.06%-
XYZ8.584.673.7-
YUV52.37127.79176.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.16%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 52 (20.70% from 255) = 27.37%
R=63.16%
G=9.47%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120185200.850.570.5334073.9127.06
Hex78123405539351544a1b
Octal17022640125716552411233
Binary11110001001011010001010101111001110101101010100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781234; }

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

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

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

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

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

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

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

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