#781537

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

Shades of Claret #781537

Tints of Claret #781537

Color information

#781537 (or 0x781537) is unknown color: approx Claret. HEX triplet: 78, 15 and 37. RGB value is (120,21,55). Sum of RGB (Red+Green+Blue) = 120+21+55=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 21 (8.59% from 255 or 10.71% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #781537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781537 is #87EAC8. Grayscale: #363636. Windows color (decimal): -8907465 or 3609976. OLE color: 3609976.

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

Color convert

RGB1202155-
CMYK00.830.540.53
HSL339.39º70.21%27.65%-
HSV(B)339.39º82.5%47.06%-
XYZ8.74.814.08-
YUV54.48128.3174.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.22%
GREEN value IS 21 (8.59% from 255) = 10.71%
BLUE value IS 55 (21.88% from 255) = 28.06%
R=61.22%
G=10.71%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120215500.830.540.53339.3970.2127.65
Hex7815370533635153461c
Octal17025670123666552310634
Binary11110001010111011101010011110110110101101010011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781537; }

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

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

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

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

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

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

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

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