Html Css Color HEX #7D2C31 Paprika

📋 copy color: '#7D2C31'

red 125 ◦ green 44 ◦ blue 49

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

Shades of Paprika #7D2C31

Tints of Paprika #7D2C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.48%

R = 57.34%
G = 20.18%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#7D2C31 (or 0x7D2C31) is known color: Paprika. HEX triplet: 7D, 2C and 31. RGB value is (125,44,49). Sum of RGB (Red+Green+Blue) = 125+44+49=218 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.34% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 49 (19.53% from 255 or 22.48% from 218); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2C31 is #82D3CE. Grayscale: #444444. Windows color (decimal): -8573903 or 3222653. OLE color: 3222653.

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

Color convert

RGB 125 44 49 -
CMYK 0 0.65 0.61 0.51
HSL 356.3º 0.48% 0.33% -
HSV(B) 356.3º 0.65% 0.49% -
XYZ 9.91 6.38 3.62 -
YUV 68.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 125 44 49 0 0.65 0.61 0.51 356.3 0.48 0.33
Hex 7D 2C 31 0 41 3D 33 164 30 21
Octal 175 54 61 0 101 75 63 544 60 41
Binary 1111101 101100 110001 0 1000001 111101 110011 101100100 110000 100001

Color Harmonies of #7D2C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2C31

Black with #7D2C31

Text Example


Text Example

White with #7D2C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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