#781B30

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

Shades of Claret #781B30

Tints of Claret #781B30

Color information

#781B30 (or 0x781B30) is unknown color: approx Claret. HEX triplet: 78, 1B and 30. RGB value is (120,27,48). Sum of RGB (Red+Green+Blue) = 120+27+48=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #781B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B30 is #87E4CF. Grayscale: #393939. Windows color (decimal): -8905936 or 3152760. OLE color: 3152760.

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

Color convert

RGB1202748-
CMYK00.780.600.53
HSL346.45º63.27%28.82%-
HSV(B)346.45º77.5%47.06%-
XYZ8.674.993.3-
YUV57.2122.81172.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.54%
GREEN value IS 27 (10.94% from 255) = 13.85%
BLUE value IS 48 (19.14% from 255) = 24.62%
R=61.54%
G=13.85%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120274800.780.600.53346.4563.2728.82
Hex781B3004E3C3515a3f1d
Octal1703360011674655327735
Binary1111000110111100000100111011110011010110101101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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