#742230

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

Shades of Claret #742230

Tints of Claret #742230

Color information

#742230 (or 0x742230) is unknown color: approx Claret. HEX triplet: 74, 22 and 30. RGB value is (116,34,48). Sum of RGB (Red+Green+Blue) = 116+34+48=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #742230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742230 is #8BDDCF. Grayscale: #3C3C3C. Windows color (decimal): -9166288 or 3154548. OLE color: 3154548.

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

Color convert

RGB1163448-
CMYK00.710.590.55
HSL349.76º54.67%29.41%-
HSV(B)349.76º70.69%45.49%-
XYZ8.315.073.34-
YUV60.11121.17167.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.59%
GREEN value IS 34 (13.67% from 255) = 17.17%
BLUE value IS 48 (19.14% from 255) = 24.24%
R=58.59%
G=17.17%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116344800.710.590.55349.7654.6729.41
Hex7422300473B3715e371d
Octal1644260010773675366735
Binary11101001000101100000100011111101111011110101111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742230; }

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

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

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

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

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

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

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

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