Html Css Color HEX #74192D Claret

📋 copy color: '#74192D'

red 116 ◦ green 25 ◦ blue 45

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

Shades of Claret #74192D

Tints of Claret #74192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.19%

R = 62.37%
G = 13.44%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#74192D (or 0x74192D) is known color: Claret. HEX triplet: 74, 19 and 2D. RGB value is (116,25,45). Sum of RGB (Red+Green+Blue) = 116+25+45=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #74192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74192D is #8BE6D2. Grayscale: #363636. Windows color (decimal): -9168595 or 2955636. OLE color: 2955636.

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

Color convert

RGB 116 25 45 -
CMYK 0 0.78 0.61 0.55
HSL 346.81º 0.65% 0.28% -
HSV(B) 346.81º 0.78% 0.45% -
XYZ 8.02 4.6 2.95 -
YUV 54.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 116 25 45 0 0.78 0.61 0.55 346.81 0.65 0.28
Hex 74 19 2D 0 4E 3D 37 15B 41 1C
Octal 164 31 55 0 116 75 67 533 101 34
Binary 1110100 11001 101101 0 1001110 111101 110111 101011011 1000001 11100

Color Harmonies of #74192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74192D

Black with #74192D

Text Example


Text Example

White with #74192D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74192D;
 }
 .AnyTagClassName
 {
   color: #74192D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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