Html Css Color HEX #7A2B33 Paprika

📋 copy color: '#7A2B33'

red 122 ◦ green 43 ◦ blue 51

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

Shades of Paprika #7A2B33

Tints of Paprika #7A2B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.91%

 BLUE value IS 51 (20.31% from 255) = 23.61%

R = 56.48%
G = 19.91%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.52

RGB Variations

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

Color information

#7A2B33 (or 0x7A2B33) is known color: Paprika. HEX triplet: 7A, 2B and 33. RGB value is (122,43,51). Sum of RGB (Red+Green+Blue) = 122+43+51=216 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.48% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2B33 is #85D4CC. Grayscale: #434343. Windows color (decimal): -8770765 or 3353466. OLE color: 3353466.

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

Color convert

RGB 122 43 51 -
CMYK 0 0.65 0.58 0.52
HSL 353.92º 0.48% 0.32% -
HSV(B) 353.92º 0.65% 0.48% -
XYZ 9.49 6.1 3.81 -
YUV 67.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 122 43 51 0 0.65 0.58 0.52 353.92 0.48 0.32
Hex 7A 2B 33 0 41 3A 34 162 30 20
Octal 172 53 63 0 101 72 64 542 60 40
Binary 1111010 101011 110011 0 1000001 111010 110100 101100010 110000 100000

Color Harmonies of #7A2B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2B33

Black with #7A2B33

Text Example


Text Example

White with #7A2B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,43,51); }

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

background-color css

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

 a { background-color: rgb(122,43,51); }

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

border-color css

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

 span { border-color: rgb(122,43,51); }

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