Html Css Color HEX #7D323D Paprika

📋 copy color: '#7D323D'

red 125 ◦ green 50 ◦ blue 61

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

Shades of Paprika #7D323D

Tints of Paprika #7D323D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.85%

R = 52.97%
G = 21.19%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D323D (or 0x7D323D) is known color: Paprika. HEX triplet: 7D, 32 and 3D. RGB value is (125,50,61). Sum of RGB (Red+Green+Blue) = 125+50+61=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D323D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D323D is #82CDC2. Grayscale: #494949. Windows color (decimal): -8572355 or 4010621. OLE color: 4010621.

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

Color convert

RGB 125 50 61 -
CMYK 0 0.60 0.51 0.51
HSL 351.2º 0.43% 0.34% -
HSV(B) 351.2º 0.6% 0.49% -
XYZ 10.44 6.98 5.21 -
YUV 73.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 125 50 61 0 0.60 0.51 0.51 351.2 0.43 0.34
Hex 7D 32 3D 0 3C 33 33 15F 2B 22
Octal 175 62 75 0 74 63 63 537 53 42
Binary 1111101 110010 111101 0 111100 110011 110011 101011111 101011 100010

Color Harmonies of #7D323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D323D

Black with #7D323D

Text Example


Text Example

White with #7D323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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