Html Css Color HEX #7E243E Paprika

📋 copy color: '#7E243E'

red 126 ◦ green 36 ◦ blue 62

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

Shades of Paprika #7E243E

Tints of Paprika #7E243E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.07%

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

R = 56.25%
G = 16.07%
B = 27.68%

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

#7E243E (or 0x7E243E) is known color: Paprika. HEX triplet: 7E, 24 and 3E. RGB value is (126,36,62). Sum of RGB (Red+Green+Blue) = 126+36+62=224 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.25% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 126 - color contains mainly: red. Hex color #7E243E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E243E is #81DBC1. Grayscale: #414141. Windows color (decimal): -8510402 or 4072574. OLE color: 4072574.

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

Color convert

RGB 126 36 62 -
CMYK 0 0.71 0.51 0.51
HSL 342.67º 0.56% 0.32% -
HSV(B) 342.67º 0.71% 0.49% -
XYZ 10.1 6.05 5.19 -
YUV 65.87 125.82 170.89 -
System Red Green Blue C M Y K H S L
Decimal 126 36 62 0 0.71 0.51 0.51 342.67 0.56 0.32
Hex 7E 24 3E 0 47 33 33 157 38 20
Octal 176 44 76 0 107 63 63 527 70 40
Binary 1111110 100100 111110 0 1000111 110011 110011 101010111 111000 100000

Color Harmonies of #7E243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E243E

Black with #7E243E

Text Example


Text Example

White with #7E243E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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