#762130

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

Shades of Claret #762130

Tints of Claret #762130

Color information

#762130 (or 0x762130) is unknown color: approx Claret. HEX triplet: 76, 21 and 30. RGB value is (118,33,48). Sum of RGB (Red+Green+Blue) = 118+33+48=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #762130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762130 is #89DECF. Grayscale: #3C3C3C. Windows color (decimal): -9035472 or 3154294. OLE color: 3154294.

HSL color Cylindrical-coordinate representation of color #762130: hue angle of 349.41º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762130 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB1183348-
CMYK00.720.590.54
HSL349.41º56.29%29.61%-
HSV(B)349.41º72.03%46.27%-
XYZ8.555.153.34-
YUV60.12121.16169.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.30%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 48 (19.14% from 255) = 24.12%
R=59.30%
G=16.58%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118334800.720.590.54349.4156.2929.61
Hex7621300483B3615d381e
Octal1664160011073665357036
Binary11101101000011100000100100011101111011010101110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762130; }

 p { color: rgb(118,33,48); }

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

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

 a { background-color: rgb(118,33,48); }

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

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

 span { border-color: rgb(118,33,48); }

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