Html Css Color HEX #7A273F Paprika

📋 copy color: '#7A273F'

red 122 ◦ green 39 ◦ blue 63

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

Shades of Paprika #7A273F

Tints of Paprika #7A273F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.13%

R = 54.46%
G = 17.41%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7A273F (or 0x7A273F) is known color: Paprika. HEX triplet: 7A, 27 and 3F. RGB value is (122,39,63). Sum of RGB (Red+Green+Blue) = 122+39+63=224 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.46% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 122 - color contains mainly: red. Hex color #7A273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A273F is #85D8C0. Grayscale: #424242. Windows color (decimal): -8771777 or 4138874. OLE color: 4138874.

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

Color convert

RGB 122 39 63 -
CMYK 0 0.68 0.48 0.52
HSL 342.65º 0.52% 0.32% -
HSV(B) 342.65º 0.68% 0.48% -
XYZ 9.65 5.95 5.34 -
YUV 66.55 126 167.55 -
System Red Green Blue C M Y K H S L
Decimal 122 39 63 0 0.68 0.48 0.52 342.65 0.52 0.32
Hex 7A 27 3F 0 44 30 34 157 34 20
Octal 172 47 77 0 104 60 64 527 64 40
Binary 1111010 100111 111111 0 1000100 110000 110100 101010111 110100 100000

Color Harmonies of #7A273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A273F

Black with #7A273F

Text Example


Text Example

White with #7A273F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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