Html Css Color HEX #7D353E Paprika

📋 copy color: '#7D353E'

red 125 ◦ green 53 ◦ blue 62

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

Shades of Paprika #7D353E

Tints of Paprika #7D353E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 52.08%
G = 22.08%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7D353E (or 0x7D353E) is known color: Paprika. HEX triplet: 7D, 35 and 3E. RGB value is (125,53,62). Sum of RGB (Red+Green+Blue) = 125+53+62=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D353E is #82CAC1. Grayscale: #4B4B4B. Windows color (decimal): -8571586 or 4076925. OLE color: 4076925.

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

Color convert

RGB 125 53 62 -
CMYK 0 0.58 0.50 0.51
HSL 352.5º 0.4% 0.35% -
HSV(B) 352.5º 0.58% 0.49% -
XYZ 10.6 7.25 5.4 -
YUV 75.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 125 53 62 0 0.58 0.50 0.51 352.5 0.4 0.35
Hex 7D 35 3E 0 3A 32 33 160 28 23
Octal 175 65 76 0 72 62 63 540 50 43
Binary 1111101 110101 111110 0 111010 110010 110011 101100000 101000 100011

Color Harmonies of #7D353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D353E

Black with #7D353E

Text Example


Text Example

White with #7D353E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,53,62); }

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

background-color css

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

 a { background-color: rgb(125,53,62); }

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

border-color css

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

 span { border-color: rgb(125,53,62); }

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