Html Css Color HEX #7E3339 Paprika

📋 copy color: '#7E3339'

red 126 ◦ green 51 ◦ blue 57

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

Shades of Paprika #7E3339

Tints of Paprika #7E3339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

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

R = 53.85%
G = 21.79%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7E3339 (or 0x7E3339) is known color: Paprika. HEX triplet: 7E, 33 and 39. RGB value is (126,51,57). Sum of RGB (Red+Green+Blue) = 126+51+57=234 (30% of max value = 765). Red value is 126 (49.61% from 255 or 53.85% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3339 is #81CCC6. Grayscale: #4A4A4A. Windows color (decimal): -8506567 or 3748734. OLE color: 3748734.

HSL color Cylindrical-coordinate representation of color #7E3339: hue angle of 355.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E3339 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 51 57 -
CMYK 0 0.60 0.55 0.51
HSL 355.2º 0.42% 0.35% -
HSV(B) 355.2º 0.6% 0.49% -
XYZ 10.53 7.1 4.69 -
YUV 74.11 118.35 165.01 -
System Red Green Blue C M Y K H S L
Decimal 126 51 57 0 0.60 0.55 0.51 355.2 0.42 0.35
Hex 7E 33 39 0 3C 37 33 163 2A 23
Octal 176 63 71 0 74 67 63 543 52 43
Binary 1111110 110011 111001 0 111100 110111 110011 101100011 101010 100011

Color Harmonies of #7E3339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3339

Black with #7E3339

Text Example


Text Example

White with #7E3339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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