#742030

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

Shades of Claret #742030

Tints of Claret #742030

Color information

#742030 (or 0x742030) is unknown color: approx Claret. HEX triplet: 74, 20 and 30. RGB value is (116,32,48). Sum of RGB (Red+Green+Blue) = 116+32+48=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #742030 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742030 is #8BDFCF. Grayscale: #3A3A3A. Windows color (decimal): -9166800 or 3154036. OLE color: 3154036.

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

Color convert

RGB1163248-
CMYK00.720.590.55
HSL348.57º56.76%29.02%-
HSV(B)348.57º72.41%45.49%-
XYZ8.254.963.32-
YUV58.94121.83168.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 59.18%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=59.18%
G=16.33%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116324800.720.590.55348.5756.7629.02
Hex7420300483B3715d391d
Octal1644060011073675357135
Binary11101001000001100000100100011101111011110101110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742030; }

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

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

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

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

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

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

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

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