Html Css Color HEX #79193A Claret

📋 copy color: '#79193A'

red 121 ◦ green 25 ◦ blue 58

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

Shades of Claret #79193A

Tints of Claret #79193A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 28.43%

R = 59.31%
G = 12.25%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#79193A (or 0x79193A) is known color: Claret. HEX triplet: 79, 19 and 3A. RGB value is (121,25,58). Sum of RGB (Red+Green+Blue) = 121+25+58=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #79193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79193A is #86E6C5. Grayscale: #393939. Windows color (decimal): -8840902 or 3807609. OLE color: 3807609.

HSL color Cylindrical-coordinate representation of color #79193A: hue angle of 339.38º 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 #79193A is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 25 58 -
CMYK 0 0.79 0.52 0.53
HSL 339.38º 0.66% 0.29% -
HSV(B) 339.38º 0.79% 0.47% -
XYZ 9 5.07 4.51 -
YUV 57.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 121 25 58 0 0.79 0.52 0.53 339.38 0.66 0.29
Hex 79 19 3A 0 4F 34 35 153 42 1D
Octal 171 31 72 0 117 64 65 523 102 35
Binary 1111001 11001 111010 0 1001111 110100 110101 101010011 1000010 11101

Color Harmonies of #79193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79193A

Black with #79193A

Text Example


Text Example

White with #79193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79193A; }

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

 H1.HeaderClassName
 {
   color: #79193A;
 }
 .AnyTagClassName
 {
   color: #79193A;
 }
</style>

background-color css

<style>
 a { background-color: #79193A; }

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

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

border-color css

<style>
 span { border-color: #79193A; }

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

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