Html Css Color HEX #7A3041 Paprika

📋 copy color: '#7A3041'

red 122 ◦ green 48 ◦ blue 65

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

Shades of Paprika #7A3041

Tints of Paprika #7A3041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

 BLUE value IS 65 (25.78% from 255) = 27.66%

R = 51.91%
G = 20.43%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7A3041 (or 0x7A3041) is known color: Paprika. HEX triplet: 7A, 30 and 41. RGB value is (122,48,65). Sum of RGB (Red+Green+Blue) = 122+48+65=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3041 is #85CFBE. Grayscale: #484848. Windows color (decimal): -8769471 or 4272250. OLE color: 4272250.

HSL color Cylindrical-coordinate representation of color #7A3041: hue angle of 346.22º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A3041 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 48 65 -
CMYK 0 0.61 0.47 0.52
HSL 346.22º 0.44% 0.33% -
HSV(B) 346.22º 0.61% 0.48% -
XYZ 10.04 6.63 5.75 -
YUV 72.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 122 48 65 0 0.61 0.47 0.52 346.22 0.44 0.33
Hex 7A 30 41 0 3D 2F 34 15A 2C 21
Octal 172 60 101 0 75 57 64 532 54 41
Binary 1111010 110000 1000001 0 111101 101111 110100 101011010 101100 100001

Color Harmonies of #7A3041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3041

Black with #7A3041

Text Example


Text Example

White with #7A3041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,48,65); }

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

background-color css

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

 a { background-color: rgb(122,48,65); }

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

border-color css

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

 span { border-color: rgb(122,48,65); }

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