Html Css Color HEX #7D3140 Paprika

📋 copy color: '#7D3140'

red 125 ◦ green 49 ◦ blue 64

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

Shades of Paprika #7D3140

Tints of Paprika #7D3140

RGB

 RED value IS 125 (49.22% from 255) = 52.52%

 GREEN value IS 49 (19.53% from 255) = 20.59%

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

R = 52.52%
G = 20.59%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7D3140 (or 0x7D3140) is known color: Paprika. HEX triplet: 7D, 31 and 40. RGB value is (125,49,64). Sum of RGB (Red+Green+Blue) = 125+49+64=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3140 is #82CEBF. Grayscale: #494949. Windows color (decimal): -8572608 or 4206973. OLE color: 4206973.

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

Color convert

RGB 125 49 64 -
CMYK 0 0.61 0.49 0.51
HSL 348.16º 0.44% 0.34% -
HSV(B) 348.16º 0.61% 0.49% -
XYZ 10.48 6.93 5.64 -
YUV 73.43 122.68 164.78 -
System Red Green Blue C M Y K H S L
Decimal 125 49 64 0 0.61 0.49 0.51 348.16 0.44 0.34
Hex 7D 31 40 0 3D 31 33 15C 2C 22
Octal 175 61 100 0 75 61 63 534 54 42
Binary 1111101 110001 1000000 0 111101 110001 110011 101011100 101100 100010

Color Harmonies of #7D3140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3140

Black with #7D3140

Text Example


Text Example

White with #7D3140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,49,64); }

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

background-color css

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

 a { background-color: rgb(125,49,64); }

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

border-color css

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

 span { border-color: rgb(125,49,64); }

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