Html Css Color HEX #7A273E Paprika

📋 copy color: '#7A273E'

red 122 ◦ green 39 ◦ blue 62

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

Shades of Paprika #7A273E

Tints of Paprika #7A273E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.8%

R = 54.71%
G = 17.49%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.52

RGB Variations

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

Color information

#7A273E (or 0x7A273E) is known color: Paprika. HEX triplet: 7A, 27 and 3E. RGB value is (122,39,62). Sum of RGB (Red+Green+Blue) = 122+39+62=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A273E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A273E is #85D8C1. Grayscale: #424242. Windows color (decimal): -8771778 or 4073338. OLE color: 4073338.

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

Color convert

RGB 122 39 62 -
CMYK 0 0.68 0.49 0.52
HSL 343.37º 0.52% 0.32% -
HSV(B) 343.37º 0.68% 0.48% -
XYZ 9.62 5.94 5.2 -
YUV 66.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 122 39 62 0 0.68 0.49 0.52 343.37 0.52 0.32
Hex 7A 27 3E 0 44 31 34 157 34 20
Octal 172 47 76 0 104 61 64 527 64 40
Binary 1111010 100111 111110 0 1000100 110001 110100 101010111 110100 100000

Color Harmonies of #7A273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A273E

Black with #7A273E

Text Example


Text Example

White with #7A273E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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