#74192E

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

Shades of Claret #74192E

Tints of Claret #74192E

Color information

#74192E (or 0x74192E) is unknown color: approx Claret. HEX triplet: 74, 19 and 2E. RGB value is (116,25,46). Sum of RGB (Red+Green+Blue) = 116+25+46=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #74192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74192E is #8BE6D1. Grayscale: #363636. Windows color (decimal): -9168594 or 3021172. OLE color: 3021172.

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

Color convert

RGB1162546-
CMYK00.780.600.55
HSL346.15º64.54%27.65%-
HSV(B)346.15º78.45%45.49%-
XYZ8.044.613.05-
YUV54.6123.15171.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 62.03%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=62.03%
G=13.37%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116254600.780.600.55346.1564.5427.65
Hex74192E04E3C3715a411c
Octal16431560116746753210134
Binary11101001100110111001001110111100110111101011010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74192E; }

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

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

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

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

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

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

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

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