Html Css Color HEX #79203A Claret

📋 copy color: '#79203A'

red 121 ◦ green 32 ◦ blue 58

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

Shades of Claret #79203A

Tints of Claret #79203A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

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

R = 57.35%
G = 15.17%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#79203A (or 0x79203A) is known color: Claret. HEX triplet: 79, 20 and 3A. RGB value is (121,32,58). Sum of RGB (Red+Green+Blue) = 121+32+58=211 (27% of max value = 765). Red value is 121 (47.66% from 255 or 57.35% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 121 - color contains mainly: red. Hex color #79203A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79203A is #86DFC5. Grayscale: #3D3D3D. Windows color (decimal): -8839110 or 3809401. OLE color: 3809401.

HSL color Cylindrical-coordinate representation of color #79203A: hue angle of 342.47º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79203A is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 32 58 -
CMYK 0 0.74 0.52 0.53
HSL 342.47º 0.58% 0.3% -
HSV(B) 342.47º 0.74% 0.47% -
XYZ 9.17 5.4 4.56 -
YUV 61.58 125.99 170.39 -
System Red Green Blue C M Y K H S L
Decimal 121 32 58 0 0.74 0.52 0.53 342.47 0.58 0.3
Hex 79 20 3A 0 4A 34 35 156 3A 1E
Octal 171 40 72 0 112 64 65 526 72 36
Binary 1111001 100000 111010 0 1001010 110100 110101 101010110 111010 11110

Color Harmonies of #79203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79203A

Black with #79203A

Text Example


Text Example

White with #79203A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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