#781C33

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

Shades of Claret #781C33

Tints of Claret #781C33

Color information

#781C33 (or 0x781C33) is unknown color: approx Claret. HEX triplet: 78, 1C and 33. RGB value is (120,28,51). Sum of RGB (Red+Green+Blue) = 120+28+51=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #781C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C33 is #87E3CC. Grayscale: #3A3A3A. Windows color (decimal): -8905677 or 3349624. OLE color: 3349624.

HSL color Cylindrical-coordinate representation of color #781C33: hue angle of 345º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781C33 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1202851-
CMYK00.770.580.53
HSL345º62.16%29.02%-
HSV(B)345º76.67%47.06%-
XYZ8.765.063.65-
YUV58.13123.98172.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 51 (20.31% from 255) = 25.63%
R=60.30%
G=14.07%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120285100.770.580.5334562.1629.02
Hex781C3304D3A351593e1d
Octal1703463011572655317635
Binary1111000111001100110100110111101011010110101100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781C33; }

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

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

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

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

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

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

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

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