#781535

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

Shades of Claret #781535

Tints of Claret #781535

Color information

#781535 (or 0x781535) is unknown color: approx Claret. HEX triplet: 78, 15 and 35. RGB value is (120,21,53). Sum of RGB (Red+Green+Blue) = 120+21+53=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #781535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781535 is #87EACA. Grayscale: #363636. Windows color (decimal): -8907467 or 3478904. OLE color: 3478904.

HSL color Cylindrical-coordinate representation of color #781535: hue angle of 340.61º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781535 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1202153-
CMYK00.830.560.53
HSL340.61º70.21%27.65%-
HSV(B)340.61º82.5%47.06%-
XYZ8.664.793.84-
YUV54.25127.3174.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.86%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 53 (21.09% from 255) = 27.32%
R=61.86%
G=10.82%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120215300.830.560.53340.6170.2127.65
Hex7815350533835155461c
Octal17025650123706552510634
Binary11110001010111010101010011111000110101101010101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781535; }

 p { color: rgb(120,21,53); }

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

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

 a { background-color: rgb(120,21,53); }

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

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

 span { border-color: rgb(120,21,53); }

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