Html Css Color HEX #7E2A3E Paprika

📋 copy color: '#7E2A3E'

red 126 ◦ green 42 ◦ blue 62

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

Shades of Paprika #7E2A3E

Tints of Paprika #7E2A3E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.26%

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

R = 54.78%
G = 18.26%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.51

RGB Variations

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

Color information

#7E2A3E (or 0x7E2A3E) is known color: Paprika. HEX triplet: 7E, 2A and 3E. RGB value is (126,42,62). Sum of RGB (Red+Green+Blue) = 126+42+62=230 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.78% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2A3E is #81D5C1. Grayscale: #454545. Windows color (decimal): -8508866 or 4074110. OLE color: 4074110.

HSL color Cylindrical-coordinate representation of color #7E2A3E: hue angle of 345.71º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E2A3E is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 42 62 -
CMYK 0 0.67 0.51 0.51
HSL 345.71º 0.5% 0.33% -
HSV(B) 345.71º 0.67% 0.49% -
XYZ 10.3 6.44 5.26 -
YUV 69.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 126 42 62 0 0.67 0.51 0.51 345.71 0.5 0.33
Hex 7E 2A 3E 0 43 33 33 15A 32 21
Octal 176 52 76 0 103 63 63 532 62 41
Binary 1111110 101010 111110 0 1000011 110011 110011 101011010 110010 100001

Color Harmonies of #7E2A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2A3E

Black with #7E2A3E

Text Example


Text Example

White with #7E2A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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