Html Css Color HEX #7A253A Paprika

📋 copy color: '#7A253A'

red 122 ◦ green 37 ◦ blue 58

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

Shades of Paprika #7A253A

Tints of Paprika #7A253A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.73%

R = 56.22%
G = 17.05%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A253A (or 0x7A253A) is known color: Paprika. HEX triplet: 7A, 25 and 3A. RGB value is (122,37,58). Sum of RGB (Red+Green+Blue) = 122+37+58=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A253A is #85DAC5. Grayscale: #404040. Windows color (decimal): -8772294 or 3810682. OLE color: 3810682.

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

Color convert

RGB 122 37 58 -
CMYK 0 0.70 0.52 0.52
HSL 345.18º 0.53% 0.31% -
HSV(B) 345.18º 0.7% 0.48% -
XYZ 9.45 5.77 4.62 -
YUV 64.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 122 37 58 0 0.70 0.52 0.52 345.18 0.53 0.31
Hex 7A 25 3A 0 46 34 34 159 35 1F
Octal 172 45 72 0 106 64 64 531 65 37
Binary 1111010 100101 111010 0 1000110 110100 110100 101011001 110101 11111

Color Harmonies of #7A253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A253A

Black with #7A253A

Text Example


Text Example

White with #7A253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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