Html Css Color HEX #7E233F Paprika

📋 copy color: '#7E233F'

red 126 ◦ green 35 ◦ blue 63

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

Shades of Paprika #7E233F

Tints of Paprika #7E233F

RGB

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

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

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

R = 56.25%
G = 15.63%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.51

RGB Variations

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

Color information

#7E233F (or 0x7E233F) is known color: Paprika. HEX triplet: 7E, 23 and 3F. RGB value is (126,35,63). Sum of RGB (Red+Green+Blue) = 126+35+63=224 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.25% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 126 - color contains mainly: red. Hex color #7E233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E233F is #81DCC0. Grayscale: #414141. Windows color (decimal): -8510657 or 4137854. OLE color: 4137854.

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

Color convert

RGB 126 35 63 -
CMYK 0 0.72 0.50 0.51
HSL 341.54º 0.57% 0.32% -
HSV(B) 341.54º 0.72% 0.49% -
XYZ 10.1 6 5.33 -
YUV 65.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 126 35 63 0 0.72 0.50 0.51 341.54 0.57 0.32
Hex 7E 23 3F 0 48 32 33 156 39 20
Octal 176 43 77 0 110 62 63 526 71 40
Binary 1111110 100011 111111 0 1001000 110010 110011 101010110 111001 100000

Color Harmonies of #7E233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E233F

Black with #7E233F

Text Example


Text Example

White with #7E233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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