#781735

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

Shades of Claret #781735

Tints of Claret #781735

Color information

#781735 (or 0x781735) is unknown color: approx Claret. HEX triplet: 78, 17 and 35. RGB value is (120,23,53). Sum of RGB (Red+Green+Blue) = 120+23+53=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #781735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781735 is #87E8CA. Grayscale: #373737. Windows color (decimal): -8906955 or 3479416. OLE color: 3479416.

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

Color convert

RGB1202353-
CMYK00.810.560.53
HSL341.44º67.83%28.04%-
HSV(B)341.44º80.83%47.06%-
XYZ8.694.863.85-
YUV55.42126.64174.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.22%
GREEN value IS 23 (9.38% from 255) = 11.73%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=61.22%
G=11.73%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120235300.810.560.53341.4467.8328.04
Hex7817350513835155441c
Octal17027650121706552510434
Binary11110001011111010101010001111000110101101010101100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781735; }

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

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

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

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

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

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

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

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