#74193A

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

Shades of Claret #74193A

Tints of Claret #74193A

Color information

#74193A (or 0x74193A) is unknown color: approx Claret. HEX triplet: 74, 19 and 3A. RGB value is (116,25,58). Sum of RGB (Red+Green+Blue) = 116+25+58=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 58 (23.05% from 255 or 29.15% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74193A is #8BE6C5. Grayscale: #373737. Windows color (decimal): -9168582 or 3807604. OLE color: 3807604.

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

Color convert

RGB1162558-
CMYK00.780.50.55
HSL338.24º64.54%27.65%-
HSV(B)338.24º78.45%45.49%-
XYZ8.314.714.47-
YUV55.97129.15170.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 58.29%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 58 (23.05% from 255) = 29.15%
R=58.29%
G=12.56%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116255800.780.50.55338.2464.5427.65
Hex74193A04E3237152411c
Octal16431720116626752210134
Binary11101001100111101001001110110010110111101010010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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