#74293A

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

Shades of Claret #74293A

Tints of Claret #74293A

Color information

#74293A (or 0x74293A) is unknown color: approx Claret. HEX triplet: 74, 29 and 3A. RGB value is (116,41,58). Sum of RGB (Red+Green+Blue) = 116+41+58=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74293A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74293A is #8BD6C5. Grayscale: #414141. Windows color (decimal): -9164486 or 3811700. OLE color: 3811700.

HSL color Cylindrical-coordinate representation of color #74293A: hue angle of 346.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74293A is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.55.

Color convert

RGB1164158-
CMYK00.650.50.55
HSL346.4º47.77%30.78%-
HSV(B)346.4º64.66%45.49%-
XYZ8.765.64.62-
YUV65.36123.85164.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.95%
GREEN value IS 41 (16.41% from 255) = 19.07%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=53.95%
G=19.07%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116415800.650.50.55346.447.7730.78
Hex74293A041323715a301f
Octal1645172010162675326037
Binary11101001010011110100100000111001011011110101101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74293A; }

 p { color: rgb(116,41,58); }

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

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

 a { background-color: rgb(116,41,58); }

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

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

 span { border-color: rgb(116,41,58); }

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