#781238

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

Shades of Claret #781238

Tints of Claret #781238

Color information

#781238 (or 0x781238) is unknown color: approx Claret. HEX triplet: 78, 12 and 38. RGB value is (120,18,56). Sum of RGB (Red+Green+Blue) = 120+18+56=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #781238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781238 is #87EDC7. Grayscale: #343434. Windows color (decimal): -8908232 or 3674744. OLE color: 3674744.

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

Color convert

RGB1201856-
CMYK00.850.530.53
HSL337.65º73.91%27.06%-
HSV(B)337.65º85%47.06%-
XYZ8.684.714.19-
YUV52.83129.79175.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.86%
GREEN value IS 18 (7.42% from 255) = 9.28%
BLUE value IS 56 (22.27% from 255) = 28.87%
R=61.86%
G=9.28%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120185600.850.530.53337.6573.9127.06
Hex78123805535351524a1b
Octal17022700125656552211233
Binary11110001001011100001010101110101110101101010010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781238; }

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

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

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

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

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

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

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

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