Html Css Color HEX #7C3441 Paprika

📋 copy color: '#7C3441'

red 124 ◦ green 52 ◦ blue 65

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

Shades of Paprika #7C3441

Tints of Paprika #7C3441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

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

R = 51.45%
G = 21.58%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7C3441 (or 0x7C3441) is known color: Paprika. HEX triplet: 7C, 34 and 41. RGB value is (124,52,65). Sum of RGB (Red+Green+Blue) = 124+52+65=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3441 is #83CBBE. Grayscale: #4B4B4B. Windows color (decimal): -8637375 or 4273276. OLE color: 4273276.

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

Color convert

RGB 124 52 65 -
CMYK 0 0.58 0.48 0.51
HSL 349.17º 0.41% 0.35% -
HSV(B) 349.17º 0.58% 0.49% -
XYZ 10.49 7.12 5.82 -
YUV 75.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 124 52 65 0 0.58 0.48 0.51 349.17 0.41 0.35
Hex 7C 34 41 0 3A 30 33 15D 29 23
Octal 174 64 101 0 72 60 63 535 51 43
Binary 1111100 110100 1000001 0 111010 110000 110011 101011101 101001 100011

Color Harmonies of #7C3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3441

Black with #7C3441

Text Example


Text Example

White with #7C3441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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