Html Css Color HEX #7E313B Paprika

📋 copy color: '#7E313B'

red 126 ◦ green 49 ◦ blue 59

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

Shades of Paprika #7E313B

Tints of Paprika #7E313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.94%

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

R = 53.85%
G = 20.94%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7E313B (or 0x7E313B) is known color: Paprika. HEX triplet: 7E, 31 and 3B. RGB value is (126,49,59). Sum of RGB (Red+Green+Blue) = 126+49+59=234 (30% of max value = 765). Red value is 126 (49.61% from 255 or 53.85% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 126 - color contains mainly: red. Hex color #7E313B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E313B is #81CEC4. Grayscale: #494949. Windows color (decimal): -8507077 or 3879294. OLE color: 3879294.

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

Color convert

RGB 126 49 59 -
CMYK 0 0.61 0.53 0.51
HSL 352.21º 0.44% 0.34% -
HSV(B) 352.21º 0.61% 0.49% -
XYZ 10.49 6.95 4.93 -
YUV 73.16 120.01 165.69 -
System Red Green Blue C M Y K H S L
Decimal 126 49 59 0 0.61 0.53 0.51 352.21 0.44 0.34
Hex 7E 31 3B 0 3D 35 33 160 2C 22
Octal 176 61 73 0 75 65 63 540 54 42
Binary 1111110 110001 111011 0 111101 110101 110011 101100000 101100 100010

Color Harmonies of #7E313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E313B

Black with #7E313B

Text Example


Text Example

White with #7E313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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