#781230

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

Shades of Claret #781230

Tints of Claret #781230

Color information

#781230 (or 0x781230) is unknown color: approx Claret. HEX triplet: 78, 12 and 30. RGB value is (120,18,48). Sum of RGB (Red+Green+Blue) = 120+18+48=186 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.52% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 120 - color contains mainly: red. Hex color #781230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781230 is #87EDCF. Grayscale: #333333. Windows color (decimal): -8908240 or 3150456. OLE color: 3150456.

HSL color Cylindrical-coordinate representation of color #781230: hue angle of 342.35º 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 #781230 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB1201848-
CMYK00.850.600.53
HSL342.35º73.91%27.06%-
HSV(B)342.35º85%47.06%-
XYZ8.54.643.24-
YUV51.92125.79176.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.52%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=64.52%
G=9.68%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120184800.850.600.53342.3573.9127.06
Hex7812300553C351564a1b
Octal17022600125746552611233
Binary11110001001011000001010101111100110101101010110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781230; }

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

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

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

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

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

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

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

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