#780D33

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

Shades of Claret #780D33

Tints of Claret #780D33

Color information

#780D33 (or 0x780D33) is unknown color: approx Claret. HEX triplet: 78, 0D and 33. RGB value is (120,13,51). Sum of RGB (Red+Green+Blue) = 120+13+51=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #780D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780D33 is #87F2CC. Grayscale: #313131. Windows color (decimal): -8909517 or 3345784. OLE color: 3345784.

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

Color convert

RGB1201351-
CMYK00.890.580.53
HSL338.69º80.45%26.08%-
HSV(B)338.69º89.17%47.06%-
XYZ8.494.523.56-
YUV49.32128.95178.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.22%
GREEN value IS 13 (5.47% from 255) = 7.07%
BLUE value IS 51 (20.31% from 255) = 27.72%
R=65.22%
G=7.07%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120135100.890.580.53338.6980.4526.08
Hex78D330593A35153501a
Octal17015630131726552312032
Binary1111000110111001101011001111010110101101010011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,13,51); }

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

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

 a { background-color: rgb(120,13,51); }

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

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

 span { border-color: rgb(120,13,51); }

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