Html Css Color HEX #7E233B Paprika

📋 copy color: '#7E233B'

red 126 ◦ green 35 ◦ blue 59

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

Shades of Paprika #7E233B

Tints of Paprika #7E233B

RGB

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

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

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

R = 57.27%
G = 15.91%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7E233B (or 0x7E233B) is known color: Paprika. HEX triplet: 7E, 23 and 3B. RGB value is (126,35,59). Sum of RGB (Red+Green+Blue) = 126+35+59=220 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.27% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 126 - color contains mainly: red. Hex color #7E233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E233B is #81DCC4. Grayscale: #404040. Windows color (decimal): -8510661 or 3875710. OLE color: 3875710.

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

Color convert

RGB 126 35 59 -
CMYK 0 0.72 0.53 0.51
HSL 344.18º 0.57% 0.32% -
HSV(B) 344.18º 0.72% 0.49% -
XYZ 9.99 5.95 4.76 -
YUV 64.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 126 35 59 0 0.72 0.53 0.51 344.18 0.57 0.32
Hex 7E 23 3B 0 48 35 33 158 39 20
Octal 176 43 73 0 110 65 63 530 71 40
Binary 1111110 100011 111011 0 1001000 110101 110011 101011000 111001 100000

Color Harmonies of #7E233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E233B

Black with #7E233B

Text Example


Text Example

White with #7E233B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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