Html Css Color HEX #74192E Claret

📋 copy color: '#74192E'

red 116 ◦ green 25 ◦ blue 46

#74192E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #74192E

Tints of Claret #74192E

RGB

 RED value IS 116 (45.7% from 255) = 62.03%

 GREEN value IS 25 (10.16% from 255) = 13.37%

 BLUE value IS 46 (18.36% from 255) = 24.6%

R = 62.03%
G = 13.37%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#74192E (or 0x74192E) is known color: 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

RGB 116 25 46 -
CMYK 0 0.78 0.60 0.55
HSL 346.15º 0.65% 0.28% -
HSV(B) 346.15º 0.78% 0.45% -
XYZ 8.04 4.61 3.05 -
YUV 54.6 123.15 171.79 -
System Red Green Blue C M Y K H S L
Decimal 116 25 46 0 0.78 0.60 0.55 346.15 0.65 0.28
Hex 74 19 2E 0 4E 3C 37 15A 41 1C
Octal 164 31 56 0 116 74 67 532 101 34
Binary 1110100 11001 101110 0 1001110 111100 110111 101011010 1000001 11100

Color Harmonies of #74192E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74192E

Black with #74192E

Text Example


Text Example

White with #74192E

Text Example


Text Example

HTML Codes & Css Web 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>