Html Css Color HEX #7E343B Paprika

📋 copy color: '#7E343B'

red 126 ◦ green 52 ◦ blue 59

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

Shades of Paprika #7E343B

Tints of Paprika #7E343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.89%

R = 53.16%
G = 21.94%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7E343B (or 0x7E343B) is known color: Paprika. HEX triplet: 7E, 34 and 3B. RGB value is (126,52,59). Sum of RGB (Red+Green+Blue) = 126+52+59=237 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.16% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 126 - color contains mainly: red. Hex color #7E343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E343B is #81CBC4. Grayscale: #4A4A4A. Windows color (decimal): -8506309 or 3880062. OLE color: 3880062.

HSL color Cylindrical-coordinate representation of color #7E343B: hue angle of 354.32º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E343B is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 52 59 -
CMYK 0 0.59 0.53 0.51
HSL 354.32º 0.42% 0.35% -
HSV(B) 354.32º 0.59% 0.49% -
XYZ 10.62 7.21 4.97 -
YUV 74.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 126 52 59 0 0.59 0.53 0.51 354.32 0.42 0.35
Hex 7E 34 3B 0 3B 35 33 162 2A 23
Octal 176 64 73 0 73 65 63 542 52 43
Binary 1111110 110100 111011 0 111011 110101 110011 101100010 101010 100011

Color Harmonies of #7E343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E343B

Black with #7E343B

Text Example


Text Example

White with #7E343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,52,59); }

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

background-color css

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

 a { background-color: rgb(126,52,59); }

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

border-color css

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

 span { border-color: rgb(126,52,59); }

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