Html Css Color HEX #79142D Claret

📋 copy color: '#79142D'

red 121 ◦ green 20 ◦ blue 45

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

Shades of Claret #79142D

Tints of Claret #79142D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.75%

 BLUE value IS 45 (17.97% from 255) = 24.19%

R = 65.05%
G = 10.75%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#79142D (or 0x79142D) is known color: Claret. HEX triplet: 79, 14 and 2D. RGB value is (121,20,45). Sum of RGB (Red+Green+Blue) = 121+20+45=186 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.05% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 121 - color contains mainly: red. Hex color #79142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79142D is #86EBD2. Grayscale: #353535. Windows color (decimal): -8842195 or 2954361. OLE color: 2954361.

HSL color Cylindrical-coordinate representation of color #79142D: hue angle of 345.15º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79142D is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 20 45 -
CMYK 0 0.83 0.63 0.53
HSL 345.15º 0.72% 0.28% -
HSV(B) 345.15º 0.83% 0.47% -
XYZ 8.61 4.75 2.95 -
YUV 53.05 123.46 176.47 -
System Red Green Blue C M Y K H S L
Decimal 121 20 45 0 0.83 0.63 0.53 345.15 0.72 0.28
Hex 79 14 2D 0 53 3F 35 159 48 1C
Octal 171 24 55 0 123 77 65 531 110 34
Binary 1111001 10100 101101 0 1010011 111111 110101 101011001 1001000 11100

Color Harmonies of #79142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79142D

Black with #79142D

Text Example


Text Example

White with #79142D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79142D; }

 p { color: rgb(121,20,45); }

 H1.HeaderClassName
 {
   color: #79142D;
 }
 .AnyTagClassName
 {
   color: #79142D;
 }
</style>

background-color css

<style>
 a { background-color: #79142D; }

 a { background-color: rgb(121,20,45); }

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

border-color css

<style>
 span { border-color: #79142D; }

 span { border-color: rgb(121,20,45); }

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