Html Css Color HEX #7C2940 Paprika

📋 copy color: '#7C2940'

red 124 ◦ green 41 ◦ blue 64

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

Shades of Paprika #7C2940

Tints of Paprika #7C2940

RGB

 RED value IS 124 (48.83% from 255) = 54.15%

 GREEN value IS 41 (16.41% from 255) = 17.9%

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 54.15%
G = 17.9%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C2940 (or 0x7C2940) is known color: Paprika. HEX triplet: 7C, 29 and 40. RGB value is (124,41,64). Sum of RGB (Red+Green+Blue) = 124+41+64=229 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.15% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2940 is #83D6BF. Grayscale: #444444. Windows color (decimal): -8640192 or 4204924. OLE color: 4204924.

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

Color convert

RGB 124 41 64 -
CMYK 0 0.67 0.48 0.51
HSL 343.37º 0.5% 0.32% -
HSV(B) 343.37º 0.67% 0.49% -
XYZ 10.03 6.24 5.53 -
YUV 68.44 125.5 167.63 -
System Red Green Blue C M Y K H S L
Decimal 124 41 64 0 0.67 0.48 0.51 343.37 0.5 0.32
Hex 7C 29 40 0 43 30 33 157 32 20
Octal 174 51 100 0 103 60 63 527 62 40
Binary 1111100 101001 1000000 0 1000011 110000 110011 101010111 110010 100000

Color Harmonies of #7C2940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2940

Black with #7C2940

Text Example


Text Example

White with #7C2940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,41,64); }

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

background-color css

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

 a { background-color: rgb(124,41,64); }

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

border-color css

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

 span { border-color: rgb(124,41,64); }

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