Html Css Color HEX #7D2F40 Paprika

📋 copy color: '#7D2F40'

red 125 ◦ green 47 ◦ blue 64

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

Shades of Paprika #7D2F40

Tints of Paprika #7D2F40

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.92%

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

R = 52.97%
G = 19.92%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#7D2F40 (or 0x7D2F40) is known color: Paprika. HEX triplet: 7D, 2F and 40. RGB value is (125,47,64). Sum of RGB (Red+Green+Blue) = 125+47+64=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2F40 is #82D0BF. Grayscale: #484848. Windows color (decimal): -8573120 or 4206461. OLE color: 4206461.

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

Color convert

RGB 125 47 64 -
CMYK 0 0.62 0.49 0.51
HSL 346.92º 0.45% 0.34% -
HSV(B) 346.92º 0.62% 0.49% -
XYZ 10.4 6.76 5.61 -
YUV 72.26 123.34 165.62 -
System Red Green Blue C M Y K H S L
Decimal 125 47 64 0 0.62 0.49 0.51 346.92 0.45 0.34
Hex 7D 2F 40 0 3E 31 33 15B 2D 22
Octal 175 57 100 0 76 61 63 533 55 42
Binary 1111101 101111 1000000 0 111110 110001 110011 101011011 101101 100010

Color Harmonies of #7D2F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2F40

Black with #7D2F40

Text Example


Text Example

White with #7D2F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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