Html Css Color HEX #7D343D Paprika

📋 copy color: '#7D343D'

red 125 ◦ green 52 ◦ blue 61

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

Shades of Paprika #7D343D

Tints of Paprika #7D343D

RGB

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

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

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

R = 52.52%
G = 21.85%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7D343D (or 0x7D343D) is known color: Paprika. HEX triplet: 7D, 34 and 3D. RGB value is (125,52,61). Sum of RGB (Red+Green+Blue) = 125+52+61=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D343D is #82CBC2. Grayscale: #4A4A4A. Windows color (decimal): -8571843 or 4011133. OLE color: 4011133.

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

Color convert

RGB 125 52 61 -
CMYK 0 0.58 0.51 0.51
HSL 352.6º 0.41% 0.35% -
HSV(B) 352.6º 0.58% 0.49% -
XYZ 10.53 7.15 5.24 -
YUV 74.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 125 52 61 0 0.58 0.51 0.51 352.6 0.41 0.35
Hex 7D 34 3D 0 3A 33 33 161 29 23
Octal 175 64 75 0 72 63 63 541 51 43
Binary 1111101 110100 111101 0 111010 110011 110011 101100001 101001 100011

Color Harmonies of #7D343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D343D

Black with #7D343D

Text Example


Text Example

White with #7D343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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