Html Css Color HEX #7D2C40 Paprika

📋 copy color: '#7D2C40'

red 125 ◦ green 44 ◦ blue 64

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

Shades of Paprika #7D2C40

Tints of Paprika #7D2C40

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.88%

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

R = 53.65%
G = 18.88%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7D2C40 (or 0x7D2C40) is known color: Paprika. HEX triplet: 7D, 2C and 40. RGB value is (125,44,64). Sum of RGB (Red+Green+Blue) = 125+44+64=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2C40 is #82D3BF. Grayscale: #464646. Windows color (decimal): -8573888 or 4205693. OLE color: 4205693.

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

Color convert

RGB 125 44 64 -
CMYK 0 0.65 0.49 0.51
HSL 345.19º 0.48% 0.33% -
HSV(B) 345.19º 0.65% 0.49% -
XYZ 10.28 6.53 5.57 -
YUV 70.5 124.34 166.87 -
System Red Green Blue C M Y K H S L
Decimal 125 44 64 0 0.65 0.49 0.51 345.19 0.48 0.33
Hex 7D 2C 40 0 41 31 33 159 30 21
Octal 175 54 100 0 101 61 63 531 60 41
Binary 1111101 101100 1000000 0 1000001 110001 110011 101011001 110000 100001

Color Harmonies of #7D2C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2C40

Black with #7D2C40

Text Example


Text Example

White with #7D2C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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