Html Css Color HEX #7D343A Paprika

📋 copy color: '#7D343A'

red 125 ◦ green 52 ◦ blue 58

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

Shades of Paprika #7D343A

Tints of Paprika #7D343A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.13%

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

R = 53.19%
G = 22.13%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D343A (or 0x7D343A) is known color: Paprika. HEX triplet: 7D, 34 and 3A. RGB value is (125,52,58). Sum of RGB (Red+Green+Blue) = 125+52+58=235 (31% of max value = 765). Red value is 125 (49.22% from 255 or 53.19% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 125 - color contains mainly: red. Hex color #7D343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D343A is #82CBC5. Grayscale: #4A4A4A. Windows color (decimal): -8571846 or 3814525. OLE color: 3814525.

HSL color Cylindrical-coordinate representation of color #7D343A: hue angle of 355.07º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D343A is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 52 58 -
CMYK 0 0.58 0.54 0.51
HSL 355.07º 0.41% 0.35% -
HSV(B) 355.07º 0.58% 0.49% -
XYZ 10.45 7.12 4.83 -
YUV 74.51 118.68 164.01 -
System Red Green Blue C M Y K H S L
Decimal 125 52 58 0 0.58 0.54 0.51 355.07 0.41 0.35
Hex 7D 34 3A 0 3A 36 33 163 29 23
Octal 175 64 72 0 72 66 63 543 51 43
Binary 1111101 110100 111010 0 111010 110110 110011 101100011 101001 100011

Color Harmonies of #7D343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D343A

Black with #7D343A

Text Example


Text Example

White with #7D343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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