Html Css Color HEX #7D323A Paprika

📋 copy color: '#7D323A'

red 125 ◦ green 50 ◦ blue 58

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

Shades of Paprika #7D323A

Tints of Paprika #7D323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

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

R = 53.65%
G = 21.46%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D323A (or 0x7D323A) is known color: Paprika. HEX triplet: 7D, 32 and 3A. RGB value is (125,50,58). Sum of RGB (Red+Green+Blue) = 125+50+58=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D323A is #82CDC5. Grayscale: #494949. Windows color (decimal): -8572358 or 3814013. OLE color: 3814013.

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

Color convert

RGB 125 50 58 -
CMYK 0 0.60 0.54 0.51
HSL 353.6º 0.43% 0.34% -
HSV(B) 353.6º 0.6% 0.49% -
XYZ 10.36 6.95 4.8 -
YUV 73.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 125 50 58 0 0.60 0.54 0.51 353.6 0.43 0.34
Hex 7D 32 3A 0 3C 36 33 162 2B 22
Octal 175 62 72 0 74 66 63 542 53 42
Binary 1111101 110010 111010 0 111100 110110 110011 101100010 101011 100010

Color Harmonies of #7D323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D323A

Black with #7D323A

Text Example


Text Example

White with #7D323A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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