Html Css Color HEX #7E333D Paprika

📋 copy color: '#7E333D'

red 126 ◦ green 51 ◦ blue 61

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

Shades of Paprika #7E333D

Tints of Paprika #7E333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

 BLUE value IS 61 (24.22% from 255) = 25.63%

R = 52.94%
G = 21.43%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7E333D (or 0x7E333D) is known color: Paprika. HEX triplet: 7E, 33 and 3D. RGB value is (126,51,61). Sum of RGB (Red+Green+Blue) = 126+51+61=238 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.94% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 126 - color contains mainly: red. Hex color #7E333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E333D is #81CCC2. Grayscale: #4A4A4A. Windows color (decimal): -8506563 or 4010878. OLE color: 4010878.

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

Color convert

RGB 126 51 61 -
CMYK 0 0.60 0.52 0.51
HSL 352º 0.42% 0.35% -
HSV(B) 352º 0.6% 0.49% -
XYZ 10.63 7.14 5.23 -
YUV 74.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 126 51 61 0 0.60 0.52 0.51 352 0.42 0.35
Hex 7E 33 3D 0 3C 34 33 160 2A 23
Octal 176 63 75 0 74 64 63 540 52 43
Binary 1111110 110011 111101 0 111100 110100 110011 101100000 101010 100011

Color Harmonies of #7E333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E333D

Black with #7E333D

Text Example


Text Example

White with #7E333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,51,61); }

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

background-color css

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

 a { background-color: rgb(126,51,61); }

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

border-color css

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

 span { border-color: rgb(126,51,61); }

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