Html Css Color HEX #7A253C Paprika

📋 copy color: '#7A253C'

red 122 ◦ green 37 ◦ blue 60

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

Shades of Paprika #7A253C

Tints of Paprika #7A253C

RGB

 RED value IS 122 (48.05% from 255) = 55.71%

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

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

R = 55.71%
G = 16.89%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#7A253C (or 0x7A253C) is known color: Paprika. HEX triplet: 7A, 25 and 3C. RGB value is (122,37,60). Sum of RGB (Red+Green+Blue) = 122+37+60=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A253C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A253C is #85DAC3. Grayscale: #414141. Windows color (decimal): -8772292 or 3941754. OLE color: 3941754.

HSL color Cylindrical-coordinate representation of color #7A253C: hue angle of 343.76º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A253C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 37 60 -
CMYK 0 0.70 0.51 0.52
HSL 343.76º 0.53% 0.31% -
HSV(B) 343.76º 0.7% 0.48% -
XYZ 9.5 5.79 4.89 -
YUV 65.04 125.16 168.63 -
System Red Green Blue C M Y K H S L
Decimal 122 37 60 0 0.70 0.51 0.52 343.76 0.53 0.31
Hex 7A 25 3C 0 46 33 34 158 35 1F
Octal 172 45 74 0 106 63 64 530 65 37
Binary 1111010 100101 111100 0 1000110 110011 110100 101011000 110101 11111

Color Harmonies of #7A253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A253C

Black with #7A253C

Text Example


Text Example

White with #7A253C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A253C; }

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

 H1.HeaderClassName
 {
   color: #7A253C;
 }
 .AnyTagClassName
 {
   color: #7A253C;
 }
</style>

background-color css

<style>
 a { background-color: #7A253C; }

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

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

border-color css

<style>
 span { border-color: #7A253C; }

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

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