Html Css Color HEX #74192F Claret

📋 copy color: '#74192F'

red 116 ◦ green 25 ◦ blue 47

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

Shades of Claret #74192F

Tints of Claret #74192F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25%

R = 61.7%
G = 13.3%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74192F (or 0x74192F) is known color: Claret. HEX triplet: 74, 19 and 2F. RGB value is (116,25,47). Sum of RGB (Red+Green+Blue) = 116+25+47=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #74192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74192F is #8BE6D0. Grayscale: #363636. Windows color (decimal): -9168593 or 3086708. OLE color: 3086708.

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

Color convert

RGB 116 25 47 -
CMYK 0 0.78 0.59 0.55
HSL 345.49º 0.65% 0.28% -
HSV(B) 345.49º 0.78% 0.45% -
XYZ 8.06 4.61 3.15 -
YUV 54.72 123.65 171.71 -
System Red Green Blue C M Y K H S L
Decimal 116 25 47 0 0.78 0.59 0.55 345.49 0.65 0.28
Hex 74 19 2F 0 4E 3B 37 159 41 1C
Octal 164 31 57 0 116 73 67 531 101 34
Binary 1110100 11001 101111 0 1001110 111011 110111 101011001 1000001 11100

Color Harmonies of #74192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74192F

Black with #74192F

Text Example


Text Example

White with #74192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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