#742234

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

Shades of Claret #742234

Tints of Claret #742234

Color information

#742234 (or 0x742234) is unknown color: approx Claret. HEX triplet: 74, 22 and 34. RGB value is (116,34,52). Sum of RGB (Red+Green+Blue) = 116+34+52=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #742234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742234 is #8BDDCB. Grayscale: #3C3C3C. Windows color (decimal): -9166284 or 3416692. OLE color: 3416692.

HSL color Cylindrical-coordinate representation of color #742234: hue angle of 346.83º 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 #742234 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB1163452-
CMYK00.710.550.55
HSL346.83º54.67%29.41%-
HSV(B)346.83º70.69%45.49%-
XYZ8.395.13.79-
YUV60.57123.17167.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.43%
GREEN value IS 34 (13.67% from 255) = 16.83%
BLUE value IS 52 (20.70% from 255) = 25.74%
R=57.43%
G=16.83%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116345200.710.550.55346.8354.6729.41
Hex742234047373715b371d
Octal1644264010767675336735
Binary11101001000101101000100011111011111011110101101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742234; }

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

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

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

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

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

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

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

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