Html Css Color HEX #7C3041 Paprika

📋 copy color: '#7C3041'

red 124 ◦ green 48 ◦ blue 65

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

Shades of Paprika #7C3041

Tints of Paprika #7C3041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.25%

 BLUE value IS 65 (25.78% from 255) = 27.43%

R = 52.32%
G = 20.25%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C3041 (or 0x7C3041) is known color: Paprika. HEX triplet: 7C, 30 and 41. RGB value is (124,48,65). Sum of RGB (Red+Green+Blue) = 124+48+65=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3041 is #83CFBE. Grayscale: #484848. Windows color (decimal): -8638399 or 4272252. OLE color: 4272252.

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

Color convert

RGB 124 48 65 -
CMYK 0 0.61 0.48 0.51
HSL 346.58º 0.44% 0.34% -
HSV(B) 346.58º 0.61% 0.49% -
XYZ 10.32 6.78 5.77 -
YUV 72.66 123.68 164.62 -
System Red Green Blue C M Y K H S L
Decimal 124 48 65 0 0.61 0.48 0.51 346.58 0.44 0.34
Hex 7C 30 41 0 3D 30 33 15B 2C 22
Octal 174 60 101 0 75 60 63 533 54 42
Binary 1111100 110000 1000001 0 111101 110000 110011 101011011 101100 100010

Color Harmonies of #7C3041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3041

Black with #7C3041

Text Example


Text Example

White with #7C3041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,48,65); }

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

background-color css

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

 a { background-color: rgb(124,48,65); }

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

border-color css

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

 span { border-color: rgb(124,48,65); }

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