Html Css Color HEX #79152E Claret

📋 copy color: '#79152E'

red 121 ◦ green 21 ◦ blue 46

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

Shades of Claret #79152E

Tints of Claret #79152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.17%

 BLUE value IS 46 (18.36% from 255) = 24.47%

R = 64.36%
G = 11.17%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#79152E (or 0x79152E) is known color: Claret. HEX triplet: 79, 15 and 2E. RGB value is (121,21,46). Sum of RGB (Red+Green+Blue) = 121+21+46=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 21 (8.59% from 255 or 11.17% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #79152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79152E is #86EAD1. Grayscale: #353535. Windows color (decimal): -8841938 or 3020153. OLE color: 3020153.

HSL color Cylindrical-coordinate representation of color #79152E: hue angle of 345º degrees, saturation: 0.7, 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 #79152E is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 21 46 -
CMYK 0 0.83 0.62 0.53
HSL 345º 0.7% 0.28% -
HSV(B) 345º 0.83% 0.47% -
XYZ 8.65 4.8 3.06 -
YUV 53.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 121 21 46 0 0.83 0.62 0.53 345 0.7 0.28
Hex 79 15 2E 0 53 3E 35 159 46 1C
Octal 171 25 56 0 123 76 65 531 106 34
Binary 1111001 10101 101110 0 1010011 111110 110101 101011001 1000110 11100

Color Harmonies of #79152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79152E

Black with #79152E

Text Example


Text Example

White with #79152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79152E; }

 p { color: rgb(121,21,46); }

 H1.HeaderClassName
 {
   color: #79152E;
 }
 .AnyTagClassName
 {
   color: #79152E;
 }
</style>

background-color css

<style>
 a { background-color: #79152E; }

 a { background-color: rgb(121,21,46); }

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

border-color css

<style>
 span { border-color: #79152E; }

 span { border-color: rgb(121,21,46); }

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