Html Css Color HEX #7E353F Paprika

📋 copy color: '#7E353F'

red 126 ◦ green 53 ◦ blue 63

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

Shades of Paprika #7E353F

Tints of Paprika #7E353F

RGB

 RED value IS 126 (49.61% from 255) = 52.07%

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

 BLUE value IS 63 (25% from 255) = 26.03%

R = 52.07%
G = 21.9%
B = 26.03%

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

#7E353F (or 0x7E353F) is known color: Paprika. HEX triplet: 7E, 35 and 3F. RGB value is (126,53,63). Sum of RGB (Red+Green+Blue) = 126+53+63=242 (32% of max value = 765). Red value is 126 (49.61% from 255 or 52.07% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 126 - color contains mainly: red. Hex color #7E353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E353F is #81CAC0. Grayscale: #4C4C4C. Windows color (decimal): -8506049 or 4142462. OLE color: 4142462.

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

Color convert

RGB 126 53 63 -
CMYK 0 0.58 0.50 0.51
HSL 351.78º 0.41% 0.35% -
HSV(B) 351.78º 0.58% 0.49% -
XYZ 10.77 7.34 5.55 -
YUV 75.97 120.68 163.69 -
System Red Green Blue C M Y K H S L
Decimal 126 53 63 0 0.58 0.50 0.51 351.78 0.41 0.35
Hex 7E 35 3F 0 3A 32 33 160 29 23
Octal 176 65 77 0 72 62 63 540 51 43
Binary 1111110 110101 111111 0 111010 110010 110011 101100000 101001 100011

Color Harmonies of #7E353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E353F

Black with #7E353F

Text Example


Text Example

White with #7E353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,53,63); }

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

background-color css

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

 a { background-color: rgb(126,53,63); }

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

border-color css

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

 span { border-color: rgb(126,53,63); }

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