Html Css Color HEX #7D3540 Paprika

📋 copy color: '#7D3540'

red 125 ◦ green 53 ◦ blue 64

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

Shades of Paprika #7D3540

Tints of Paprika #7D3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.9%

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

R = 51.65%
G = 21.9%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7D3540 (or 0x7D3540) is known color: Paprika. HEX triplet: 7D, 35 and 40. RGB value is (125,53,64). Sum of RGB (Red+Green+Blue) = 125+53+64=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3540 is #82CABF. Grayscale: #4B4B4B. Windows color (decimal): -8571584 or 4207997. OLE color: 4207997.

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

Color convert

RGB 125 53 64 -
CMYK 0 0.58 0.49 0.51
HSL 350.83º 0.4% 0.35% -
HSV(B) 350.83º 0.58% 0.49% -
XYZ 10.66 7.28 5.69 -
YUV 75.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 125 53 64 0 0.58 0.49 0.51 350.83 0.4 0.35
Hex 7D 35 40 0 3A 31 33 15F 28 23
Octal 175 65 100 0 72 61 63 537 50 43
Binary 1111101 110101 1000000 0 111010 110001 110011 101011111 101000 100011

Color Harmonies of #7D3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3540

Black with #7D3540

Text Example


Text Example

White with #7D3540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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