Html Css Color HEX #7D3441 Paprika

📋 copy color: '#7D3441'

red 125 ◦ green 52 ◦ blue 65

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

Shades of Paprika #7D3441

Tints of Paprika #7D3441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.86%

R = 51.65%
G = 21.49%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7D3441 (or 0x7D3441) is known color: Paprika. HEX triplet: 7D, 34 and 41. RGB value is (125,52,65). Sum of RGB (Red+Green+Blue) = 125+52+65=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3441 is #82CBBE. Grayscale: #4B4B4B. Windows color (decimal): -8571839 or 4273277. OLE color: 4273277.

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

Color convert

RGB 125 52 65 -
CMYK 0 0.58 0.48 0.51
HSL 349.32º 0.41% 0.35% -
HSV(B) 349.32º 0.58% 0.49% -
XYZ 10.64 7.2 5.83 -
YUV 75.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 125 52 65 0 0.58 0.48 0.51 349.32 0.41 0.35
Hex 7D 34 41 0 3A 30 33 15D 29 23
Octal 175 64 101 0 72 60 63 535 51 43
Binary 1111101 110100 1000001 0 111010 110000 110011 101011101 101001 100011

Color Harmonies of #7D3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3441

Black with #7D3441

Text Example


Text Example

White with #7D3441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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