Html Css Color HEX #7E233E Paprika

📋 copy color: '#7E233E'

red 126 ◦ green 35 ◦ blue 62

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

Shades of Paprika #7E233E

Tints of Paprika #7E233E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

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

R = 56.5%
G = 15.7%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7E233E (or 0x7E233E) is known color: Paprika. HEX triplet: 7E, 23 and 3E. RGB value is (126,35,62). Sum of RGB (Red+Green+Blue) = 126+35+62=223 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.50% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 126 - color contains mainly: red. Hex color #7E233E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E233E is #81DCC1. Grayscale: #414141. Windows color (decimal): -8510658 or 4072318. OLE color: 4072318.

HSL color Cylindrical-coordinate representation of color #7E233E: hue angle of 342.2º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E233E is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 35 62 -
CMYK 0 0.72 0.51 0.51
HSL 342.2º 0.57% 0.32% -
HSV(B) 342.2º 0.72% 0.49% -
XYZ 10.07 5.99 5.18 -
YUV 65.29 126.15 171.3 -
System Red Green Blue C M Y K H S L
Decimal 126 35 62 0 0.72 0.51 0.51 342.2 0.57 0.32
Hex 7E 23 3E 0 48 33 33 156 39 20
Octal 176 43 76 0 110 63 63 526 71 40
Binary 1111110 100011 111110 0 1001000 110011 110011 101010110 111001 100000

Color Harmonies of #7E233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E233E

Black with #7E233E

Text Example


Text Example

White with #7E233E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,35,62); }

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

background-color css

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

 a { background-color: rgb(126,35,62); }

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

border-color css

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

 span { border-color: rgb(126,35,62); }

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