Html Css Color HEX #7A2C36 Paprika

📋 copy color: '#7A2C36'

red 122 ◦ green 44 ◦ blue 54

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

Shades of Paprika #7A2C36

Tints of Paprika #7A2C36

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20%

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 55.45%
G = 20%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.52

RGB Variations

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

Color information

#7A2C36 (or 0x7A2C36) is known color: Paprika. HEX triplet: 7A, 2C and 36. RGB value is (122,44,54). Sum of RGB (Red+Green+Blue) = 122+44+54=220 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.45% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2C36 is #85D3C9. Grayscale: #444444. Windows color (decimal): -8770506 or 3550330. OLE color: 3550330.

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

Color convert

RGB 122 44 54 -
CMYK 0 0.64 0.56 0.52
HSL 352.31º 0.47% 0.33% -
HSV(B) 352.31º 0.64% 0.48% -
XYZ 9.59 6.21 4.18 -
YUV 68.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 122 44 54 0 0.64 0.56 0.52 352.31 0.47 0.33
Hex 7A 2C 36 0 40 38 34 160 2F 21
Octal 172 54 66 0 100 70 64 540 57 41
Binary 1111010 101100 110110 0 1000000 111000 110100 101100000 101111 100001

Color Harmonies of #7A2C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2C36

Black with #7A2C36

Text Example


Text Example

White with #7A2C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,44,54); }

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

background-color css

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

 a { background-color: rgb(122,44,54); }

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

border-color css

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

 span { border-color: rgb(122,44,54); }

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