Html Css Color HEX #7A3239 Paprika

📋 copy color: '#7A3239'

red 122 ◦ green 50 ◦ blue 57

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

Shades of Paprika #7A3239

Tints of Paprika #7A3239

RGB

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

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

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

R = 53.28%
G = 21.83%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#7A3239 (or 0x7A3239) is known color: Paprika. HEX triplet: 7A, 32 and 39. RGB value is (122,50,57). Sum of RGB (Red+Green+Blue) = 122+50+57=229 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.28% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3239 is #85CDC6. Grayscale: #484848. Windows color (decimal): -8768967 or 3748474. OLE color: 3748474.

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

Color convert

RGB 122 50 57 -
CMYK 0 0.59 0.53 0.52
HSL 354.17º 0.42% 0.34% -
HSV(B) 354.17º 0.59% 0.48% -
XYZ 9.91 6.71 4.64 -
YUV 72.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 122 50 57 0 0.59 0.53 0.52 354.17 0.42 0.34
Hex 7A 32 39 0 3B 35 34 162 2A 22
Octal 172 62 71 0 73 65 64 542 52 42
Binary 1111010 110010 111001 0 111011 110101 110100 101100010 101010 100010

Color Harmonies of #7A3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3239

Black with #7A3239

Text Example


Text Example

White with #7A3239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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