Html Css Color HEX #7A2539 Paprika

📋 copy color: '#7A2539'

red 122 ◦ green 37 ◦ blue 57

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

Shades of Paprika #7A2539

Tints of Paprika #7A2539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 26.39%

R = 56.48%
G = 17.13%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#7A2539 (or 0x7A2539) is known color: Paprika. HEX triplet: 7A, 25 and 39. RGB value is (122,37,57). Sum of RGB (Red+Green+Blue) = 122+37+57=216 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.48% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2539 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2539 is #85DAC6. Grayscale: #404040. Windows color (decimal): -8772295 or 3745146. OLE color: 3745146.

HSL color Cylindrical-coordinate representation of color #7A2539: hue angle of 345.88º 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 #7A2539 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 37 57 -
CMYK 0 0.70 0.53 0.52
HSL 345.88º 0.53% 0.31% -
HSV(B) 345.88º 0.7% 0.48% -
XYZ 9.43 5.76 4.49 -
YUV 64.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 122 37 57 0 0.70 0.53 0.52 345.88 0.53 0.31
Hex 7A 25 39 0 46 35 34 15A 35 1F
Octal 172 45 71 0 106 65 64 532 65 37
Binary 1111010 100101 111001 0 1000110 110101 110100 101011010 110101 11111

Color Harmonies of #7A2539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2539

Black with #7A2539

Text Example


Text Example

White with #7A2539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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