#781B35

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

Shades of Claret #781B35

Tints of Claret #781B35

Color information

#781B35 (or 0x781B35) is unknown color: approx Claret. HEX triplet: 78, 1B and 35. RGB value is (120,27,53). Sum of RGB (Red+Green+Blue) = 120+27+53=200 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 120 - color contains mainly: red. Hex color #781B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B35 is #87E4CA. Grayscale: #393939. Windows color (decimal): -8905931 or 3480440. OLE color: 3480440.

HSL color Cylindrical-coordinate representation of color #781B35: hue angle of 343.23º degrees, saturation: 0.63, 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 #781B35 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1202753-
CMYK00.780.560.53
HSL343.23º63.27%28.82%-
HSV(B)343.23º77.5%47.06%-
XYZ8.785.033.88-
YUV57.77125.31172.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60%
GREEN value IS 27 (10.94% from 255) = 13.5%
BLUE value IS 53 (21.09% from 255) = 26.5%
R=60%
G=13.5%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120275300.780.560.53343.2363.2728.82
Hex781B3504E38351573f1d
Octal1703365011670655277735
Binary1111000110111101010100111011100011010110101011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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