Html Css Color HEX #7A273A Paprika

📋 copy color: '#7A273A'

red 122 ◦ green 39 ◦ blue 58

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

Shades of Paprika #7A273A

Tints of Paprika #7A273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.81%

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

R = 55.71%
G = 17.81%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A273A (or 0x7A273A) is known color: Paprika. HEX triplet: 7A, 27 and 3A. RGB value is (122,39,58). Sum of RGB (Red+Green+Blue) = 122+39+58=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A273A is #85D8C5. Grayscale: #414141. Windows color (decimal): -8771782 or 3811194. OLE color: 3811194.

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

Color convert

RGB 122 39 58 -
CMYK 0 0.68 0.52 0.52
HSL 346.27º 0.52% 0.32% -
HSV(B) 346.27º 0.68% 0.48% -
XYZ 9.52 5.89 4.64 -
YUV 65.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 122 39 58 0 0.68 0.52 0.52 346.27 0.52 0.32
Hex 7A 27 3A 0 44 34 34 15A 34 20
Octal 172 47 72 0 104 64 64 532 64 40
Binary 1111010 100111 111010 0 1000100 110100 110100 101011010 110100 100000

Color Harmonies of #7A273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A273A

Black with #7A273A

Text Example


Text Example

White with #7A273A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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