Html Css Color HEX #7A2F38 Paprika

📋 copy color: '#7A2F38'

red 122 ◦ green 47 ◦ blue 56

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

Shades of Paprika #7A2F38

Tints of Paprika #7A2F38

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.89%

 BLUE value IS 56 (22.27% from 255) = 24.89%

R = 54.22%
G = 20.89%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.52

RGB Variations

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

Color information

#7A2F38 (or 0x7A2F38) is known color: Paprika. HEX triplet: 7A, 2F and 38. RGB value is (122,47,56). Sum of RGB (Red+Green+Blue) = 122+47+56=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2F38 is #85D0C7. Grayscale: #464646. Windows color (decimal): -8769736 or 3682170. OLE color: 3682170.

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

Color convert

RGB 122 47 56 -
CMYK 0 0.61 0.54 0.52
HSL 352.8º 0.44% 0.33% -
HSV(B) 352.8º 0.61% 0.48% -
XYZ 9.76 6.46 4.47 -
YUV 70.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 122 47 56 0 0.61 0.54 0.52 352.8 0.44 0.33
Hex 7A 2F 38 0 3D 36 34 161 2C 21
Octal 172 57 70 0 75 66 64 541 54 41
Binary 1111010 101111 111000 0 111101 110110 110100 101100001 101100 100001

Color Harmonies of #7A2F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2F38

Black with #7A2F38

Text Example


Text Example

White with #7A2F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,47,56); }

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

background-color css

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

 a { background-color: rgb(122,47,56); }

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

border-color css

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

 span { border-color: rgb(122,47,56); }

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