#742231

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

Shades of Claret #742231

Tints of Claret #742231

Color information

#742231 (or 0x742231) is unknown color: approx Claret. HEX triplet: 74, 22 and 31. RGB value is (116,34,49). Sum of RGB (Red+Green+Blue) = 116+34+49=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #742231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742231 is #8BDDCE. Grayscale: #3C3C3C. Windows color (decimal): -9166287 or 3220084. OLE color: 3220084.

HSL color Cylindrical-coordinate representation of color #742231: hue angle of 349.02º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #742231 is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1163449-
CMYK00.710.580.55
HSL349.02º54.67%29.41%-
HSV(B)349.02º70.69%45.49%-
XYZ8.335.083.45-
YUV60.23121.67167.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.29%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 49 (19.53% from 255) = 24.62%
R=58.29%
G=17.09%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116344900.710.580.55349.0254.6729.41
Hex7422310473A3715d371d
Octal1644261010772675356735
Binary11101001000101100010100011111101011011110101110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742231; }

 p { color: rgb(116,34,49); }

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

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

 a { background-color: rgb(116,34,49); }

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

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

 span { border-color: rgb(116,34,49); }

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