Html Css Color HEX #7A2E3A Paprika

📋 copy color: '#7A2E3A'

red 122 ◦ green 46 ◦ blue 58

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

Shades of Paprika #7A2E3A

Tints of Paprika #7A2E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.35%

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

R = 53.98%
G = 20.35%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A2E3A (or 0x7A2E3A) is known color: Paprika. HEX triplet: 7A, 2E and 3A. RGB value is (122,46,58). Sum of RGB (Red+Green+Blue) = 122+46+58=226 (29% of max value = 765). Red value is 122 (48.05% from 255 or 53.98% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2E3A is #85D1C5. Grayscale: #464646. Windows color (decimal): -8769990 or 3812986. OLE color: 3812986.

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

Color convert

RGB 122 46 58 -
CMYK 0 0.62 0.52 0.52
HSL 350.53º 0.45% 0.33% -
HSV(B) 350.53º 0.62% 0.48% -
XYZ 9.77 6.4 4.72 -
YUV 70.09 121.18 165.02 -
System Red Green Blue C M Y K H S L
Decimal 122 46 58 0 0.62 0.52 0.52 350.53 0.45 0.33
Hex 7A 2E 3A 0 3E 34 34 15F 2D 21
Octal 172 56 72 0 76 64 64 537 55 41
Binary 1111010 101110 111010 0 111110 110100 110100 101011111 101101 100001

Color Harmonies of #7A2E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2E3A

Black with #7A2E3A

Text Example


Text Example

White with #7A2E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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