#742632

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

Shades of Claret #742632

Tints of Claret #742632

Color information

#742632 (or 0x742632) is unknown color: approx Claret. HEX triplet: 74, 26 and 32. RGB value is (116,38,50). Sum of RGB (Red+Green+Blue) = 116+38+50=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #742632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742632 is #8BD9CD. Grayscale: #3E3E3E. Windows color (decimal): -9165262 or 3286644. OLE color: 3286644.

HSL color Cylindrical-coordinate representation of color #742632: hue angle of 350.77º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742632 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1163850-
CMYK00.670.570.55
HSL350.77º50.65%30.2%-
HSV(B)350.77º67.24%45.49%-
XYZ8.475.333.6-
YUV62.69120.84166.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.86%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 50 (19.92% from 255) = 24.51%
R=56.86%
G=18.63%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116385000.670.570.55350.7750.6530.2
Hex742632043393715f331e
Octal1644662010371675376336
Binary11101001001101100100100001111100111011110101111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742632; }

 p { color: rgb(116,38,50); }

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

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

 a { background-color: rgb(116,38,50); }

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

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

 span { border-color: rgb(116,38,50); }

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