Html Css Color HEX #7D313A Paprika

📋 copy color: '#7D313A'

red 125 ◦ green 49 ◦ blue 58

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

Shades of Paprika #7D313A

Tints of Paprika #7D313A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25%

R = 53.88%
G = 21.12%
B = 25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D313A (or 0x7D313A) is known color: Paprika. HEX triplet: 7D, 31 and 3A. RGB value is (125,49,58). Sum of RGB (Red+Green+Blue) = 125+49+58=232 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.88% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 125 - color contains mainly: red. Hex color #7D313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D313A is #82CEC5. Grayscale: #484848. Windows color (decimal): -8572614 or 3813757. OLE color: 3813757.

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

Color convert

RGB 125 49 58 -
CMYK 0 0.61 0.54 0.51
HSL 352.89º 0.44% 0.34% -
HSV(B) 352.89º 0.61% 0.49% -
XYZ 10.32 6.86 4.78 -
YUV 72.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 125 49 58 0 0.61 0.54 0.51 352.89 0.44 0.34
Hex 7D 31 3A 0 3D 36 33 161 2C 22
Octal 175 61 72 0 75 66 63 541 54 42
Binary 1111101 110001 111010 0 111101 110110 110011 101100001 101100 100010

Color Harmonies of #7D313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D313A

Black with #7D313A

Text Example


Text Example

White with #7D313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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