Html Css Color HEX #7D3439 Paprika

📋 copy color: '#7D3439'

red 125 ◦ green 52 ◦ blue 57

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

Shades of Paprika #7D3439

Tints of Paprika #7D3439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.36%

R = 53.42%
G = 22.22%
B = 24.36%

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

#7D3439 (or 0x7D3439) is known color: Paprika. HEX triplet: 7D, 34 and 39. RGB value is (125,52,57). Sum of RGB (Red+Green+Blue) = 125+52+57=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3439 is #82CBC6. Grayscale: #4A4A4A. Windows color (decimal): -8571847 or 3748989. OLE color: 3748989.

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

Color convert

RGB 125 52 57 -
CMYK 0 0.58 0.54 0.51
HSL 355.89º 0.41% 0.35% -
HSV(B) 355.89º 0.58% 0.49% -
XYZ 10.42 7.11 4.69 -
YUV 74.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 125 52 57 0 0.58 0.54 0.51 355.89 0.41 0.35
Hex 7D 34 39 0 3A 36 33 164 29 23
Octal 175 64 71 0 72 66 63 544 51 43
Binary 1111101 110100 111001 0 111010 110110 110011 101100100 101001 100011

Color Harmonies of #7D3439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3439

Black with #7D3439

Text Example


Text Example

White with #7D3439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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