Html Css Color HEX #79253C Claret

📋 copy color: '#79253C'

red 121 ◦ green 37 ◦ blue 60

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

Shades of Claret #79253C

Tints of Claret #79253C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.97%

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

R = 55.5%
G = 16.97%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79253C (or 0x79253C) is known color: Claret. HEX triplet: 79, 25 and 3C. RGB value is (121,37,60). Sum of RGB (Red+Green+Blue) = 121+37+60=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #79253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79253C is #86DAC3. Grayscale: #404040. Windows color (decimal): -8837828 or 3941753. OLE color: 3941753.

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

Color convert

RGB 121 37 60 -
CMYK 0 0.69 0.50 0.53
HSL 343.57º 0.53% 0.31% -
HSV(B) 343.57º 0.69% 0.47% -
XYZ 9.36 5.71 4.88 -
YUV 64.74 125.33 168.13 -
System Red Green Blue C M Y K H S L
Decimal 121 37 60 0 0.69 0.50 0.53 343.57 0.53 0.31
Hex 79 25 3C 0 45 32 35 158 35 1F
Octal 171 45 74 0 105 62 65 530 65 37
Binary 1111001 100101 111100 0 1000101 110010 110101 101011000 110101 11111

Color Harmonies of #79253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79253C

Black with #79253C

Text Example


Text Example

White with #79253C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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