Html Css Color HEX #7A273C Paprika

📋 copy color: '#7A273C'

red 122 ◦ green 39 ◦ blue 60

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

Shades of Paprika #7A273C

Tints of Paprika #7A273C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.15%

R = 55.2%
G = 17.65%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.52

RGB Variations

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

Color information

#7A273C (or 0x7A273C) is known color: Paprika. HEX triplet: 7A, 27 and 3C. RGB value is (122,39,60). Sum of RGB (Red+Green+Blue) = 122+39+60=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A273C is #85D8C3. Grayscale: #424242. Windows color (decimal): -8771780 or 3942266. OLE color: 3942266.

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

Color convert

RGB 122 39 60 -
CMYK 0 0.68 0.51 0.52
HSL 344.82º 0.52% 0.32% -
HSV(B) 344.82º 0.68% 0.48% -
XYZ 9.57 5.91 4.91 -
YUV 66.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 122 39 60 0 0.68 0.51 0.52 344.82 0.52 0.32
Hex 7A 27 3C 0 44 33 34 159 34 20
Octal 172 47 74 0 104 63 64 531 64 40
Binary 1111010 100111 111100 0 1000100 110011 110100 101011001 110100 100000

Color Harmonies of #7A273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A273C

Black with #7A273C

Text Example


Text Example

White with #7A273C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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