#780E35

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

Shades of Claret #780E35

Tints of Claret #780E35

Color information

#780E35 (or 0x780E35) is unknown color: approx Claret. HEX triplet: 78, 0E and 35. RGB value is (120,14,53). Sum of RGB (Red+Green+Blue) = 120+14+53=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #780E35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780E35 is #87F1CA. Grayscale: #323232. Windows color (decimal): -8909259 or 3477112. OLE color: 3477112.

HSL color Cylindrical-coordinate representation of color #780E35: hue angle of 337.92º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780E35 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1201453-
CMYK00.880.560.53
HSL337.92º79.1%26.27%-
HSV(B)337.92º88.33%47.06%-
XYZ8.554.563.8-
YUV50.14129.62177.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.17%
GREEN value IS 14 (5.86% from 255) = 7.49%
BLUE value IS 53 (21.09% from 255) = 28.34%
R=64.17%
G=7.49%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120145300.880.560.53337.9279.126.27
Hex78E3505838351524f1a
Octal17016650130706552211732
Binary1111000111011010101011000111000110101101010010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780E35; }

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

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

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

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

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

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

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

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