Html Css Color HEX #7E253E Paprika

📋 copy color: '#7E253E'

red 126 ◦ green 37 ◦ blue 62

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

Shades of Paprika #7E253E

Tints of Paprika #7E253E

RGB

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

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

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

R = 56%
G = 16.44%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7E253E (or 0x7E253E) is known color: Paprika. HEX triplet: 7E, 25 and 3E. RGB value is (126,37,62). Sum of RGB (Red+Green+Blue) = 126+37+62=225 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 126 - color contains mainly: red. Hex color #7E253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E253E is #81DAC1. Grayscale: #424242. Windows color (decimal): -8510146 or 4072830. OLE color: 4072830.

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

Color convert

RGB 126 37 62 -
CMYK 0 0.71 0.51 0.51
HSL 343.15º 0.55% 0.32% -
HSV(B) 343.15º 0.71% 0.49% -
XYZ 10.14 6.11 5.2 -
YUV 66.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 126 37 62 0 0.71 0.51 0.51 343.15 0.55 0.32
Hex 7E 25 3E 0 47 33 33 157 37 20
Octal 176 45 76 0 107 63 63 527 67 40
Binary 1111110 100101 111110 0 1000111 110011 110011 101010111 110111 100000

Color Harmonies of #7E253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E253E

Black with #7E253E

Text Example


Text Example

White with #7E253E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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