Html Css Color HEX #7E3039 Paprika

📋 copy color: '#7E3039'

red 126 ◦ green 48 ◦ blue 57

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

Shades of Paprika #7E3039

Tints of Paprika #7E3039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.78%

 BLUE value IS 57 (22.66% from 255) = 24.68%

R = 54.55%
G = 20.78%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7E3039 (or 0x7E3039) is known color: Paprika. HEX triplet: 7E, 30 and 39. RGB value is (126,48,57). Sum of RGB (Red+Green+Blue) = 126+48+57=231 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.55% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3039 is #81CFC6. Grayscale: #484848. Windows color (decimal): -8507335 or 3747966. OLE color: 3747966.

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

Color convert

RGB 126 48 57 -
CMYK 0 0.62 0.55 0.51
HSL 353.08º 0.45% 0.34% -
HSV(B) 353.08º 0.62% 0.49% -
XYZ 10.4 6.84 4.64 -
YUV 72.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 126 48 57 0 0.62 0.55 0.51 353.08 0.45 0.34
Hex 7E 30 39 0 3E 37 33 161 2D 22
Octal 176 60 71 0 76 67 63 541 55 42
Binary 1111110 110000 111001 0 111110 110111 110011 101100001 101101 100010

Color Harmonies of #7E3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3039

Black with #7E3039

Text Example


Text Example

White with #7E3039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,48,57); }

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

background-color css

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

 a { background-color: rgb(126,48,57); }

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

border-color css

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

 span { border-color: rgb(126,48,57); }

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