Html Css Color HEX #79192F Claret

📋 copy color: '#79192F'

red 121 ◦ green 25 ◦ blue 47

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

Shades of Claret #79192F

Tints of Claret #79192F

RGB

 RED value IS 121 (47.66% from 255) = 62.69%

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

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

R = 62.69%
G = 12.95%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#79192F (or 0x79192F) is known color: Claret. HEX triplet: 79, 19 and 2F. RGB value is (121,25,47). Sum of RGB (Red+Green+Blue) = 121+25+47=193 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.69% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 121 - color contains mainly: red. Hex color #79192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79192F is #86E6D0. Grayscale: #383838. Windows color (decimal): -8840913 or 3086713. OLE color: 3086713.

HSL color Cylindrical-coordinate representation of color #79192F: hue angle of 346.25º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #79192F is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 25 47 -
CMYK 0 0.79 0.61 0.53
HSL 346.25º 0.66% 0.29% -
HSV(B) 346.25º 0.79% 0.47% -
XYZ 8.75 4.97 3.19 -
YUV 56.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 121 25 47 0 0.79 0.61 0.53 346.25 0.66 0.29
Hex 79 19 2F 0 4F 3D 35 15A 42 1D
Octal 171 31 57 0 117 75 65 532 102 35
Binary 1111001 11001 101111 0 1001111 111101 110101 101011010 1000010 11101

Color Harmonies of #79192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79192F

Black with #79192F

Text Example


Text Example

White with #79192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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