Html Css Color HEX #79213C Claret

📋 copy color: '#79213C'

red 121 ◦ green 33 ◦ blue 60

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

Shades of Claret #79213C

Tints of Claret #79213C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.42%

 BLUE value IS 60 (23.83% from 255) = 28.04%

R = 56.54%
G = 15.42%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79213C (or 0x79213C) is known color: Claret. HEX triplet: 79, 21 and 3C. RGB value is (121,33,60). Sum of RGB (Red+Green+Blue) = 121+33+60=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #79213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79213C is #86DEC3. Grayscale: #3E3E3E. Windows color (decimal): -8838852 or 3940729. OLE color: 3940729.

HSL color Cylindrical-coordinate representation of color #79213C: hue angle of 341.59º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #79213C is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 33 60 -
CMYK 0 0.73 0.50 0.53
HSL 341.59º 0.57% 0.3% -
HSV(B) 341.59º 0.73% 0.47% -
XYZ 9.24 5.48 4.85 -
YUV 62.39 126.65 169.8 -
System Red Green Blue C M Y K H S L
Decimal 121 33 60 0 0.73 0.50 0.53 341.59 0.57 0.3
Hex 79 21 3C 0 49 32 35 156 39 1E
Octal 171 41 74 0 111 62 65 526 71 36
Binary 1111001 100001 111100 0 1001001 110010 110101 101010110 111001 11110

Color Harmonies of #79213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79213C

Black with #79213C

Text Example


Text Example

White with #79213C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79213C; }

 p { color: rgb(121,33,60); }

 H1.HeaderClassName
 {
   color: #79213C;
 }
 .AnyTagClassName
 {
   color: #79213C;
 }
</style>

background-color css

<style>
 a { background-color: #79213C; }

 a { background-color: rgb(121,33,60); }

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

border-color css

<style>
 span { border-color: #79213C; }

 span { border-color: rgb(121,33,60); }

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