Html Css Color HEX #7E253A Paprika

📋 copy color: '#7E253A'

red 126 ◦ green 37 ◦ blue 58

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

Shades of Paprika #7E253A

Tints of Paprika #7E253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

 BLUE value IS 58 (23.05% from 255) = 26.24%

R = 57.01%
G = 16.74%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7E253A (or 0x7E253A) is known color: Paprika. HEX triplet: 7E, 25 and 3A. RGB value is (126,37,58). Sum of RGB (Red+Green+Blue) = 126+37+58=221 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.01% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 126 - color contains mainly: red. Hex color #7E253A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E253A is #81DAC5. Grayscale: #424242. Windows color (decimal): -8510150 or 3810686. OLE color: 3810686.

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

Color convert

RGB 126 37 58 -
CMYK 0 0.71 0.54 0.51
HSL 345.84º 0.55% 0.32% -
HSV(B) 345.84º 0.71% 0.49% -
XYZ 10.03 6.06 4.64 -
YUV 66.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 126 37 58 0 0.71 0.54 0.51 345.84 0.55 0.32
Hex 7E 25 3A 0 47 36 33 15A 37 20
Octal 176 45 72 0 107 66 63 532 67 40
Binary 1111110 100101 111010 0 1000111 110110 110011 101011010 110111 100000

Color Harmonies of #7E253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E253A

Black with #7E253A

Text Example


Text Example

White with #7E253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,37,58); }

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

background-color css

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

 a { background-color: rgb(126,37,58); }

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

border-color css

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

 span { border-color: rgb(126,37,58); }

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