Html Css Color HEX #7A3237 Paprika

📋 copy color: '#7A3237'

red 122 ◦ green 50 ◦ blue 55

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

Shades of Paprika #7A3237

Tints of Paprika #7A3237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.03%

 BLUE value IS 55 (21.88% from 255) = 24.23%

R = 53.74%
G = 22.03%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.52

RGB Variations

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

Color information

#7A3237 (or 0x7A3237) is known color: Paprika. HEX triplet: 7A, 32 and 37. RGB value is (122,50,55). Sum of RGB (Red+Green+Blue) = 122+50+55=227 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.74% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3237 is #85CDC8. Grayscale: #484848. Windows color (decimal): -8768969 or 3617402. OLE color: 3617402.

HSL color Cylindrical-coordinate representation of color #7A3237: hue angle of 355.83º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A3237 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 50 55 -
CMYK 0 0.59 0.55 0.52
HSL 355.83º 0.42% 0.34% -
HSV(B) 355.83º 0.59% 0.48% -
XYZ 9.86 6.69 4.39 -
YUV 72.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 122 50 55 0 0.59 0.55 0.52 355.83 0.42 0.34
Hex 7A 32 37 0 3B 37 34 164 2A 22
Octal 172 62 67 0 73 67 64 544 52 42
Binary 1111010 110010 110111 0 111011 110111 110100 101100100 101010 100010

Color Harmonies of #7A3237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3237

Black with #7A3237

Text Example


Text Example

White with #7A3237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,50,55); }

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

background-color css

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

 a { background-color: rgb(122,50,55); }

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

border-color css

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

 span { border-color: rgb(122,50,55); }

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